[clang][Interp] Fix calling invalid function pointers
Checking for isConstexpr() is wrong; we need to (try to) call the function and let later code diagnose the failure accordingly.
parent
6c74a6f6
Please register or sign in to comment
Checking for isConstexpr() is wrong; we need to (try to) call the function and let later code diagnose the failure accordingly.