llvm-project
f0982d5d - [clang][bytecode] Fix calling lambdas with broken instance pointers (#175511)

Commit
101 days ago
[clang][bytecode] Fix calling lambdas with broken instance pointers (#175511) Clang will make the instance pointer be of type 'int' if it is invalid, which trips up later logic. Mark functions as invalid if any of their parameters is and compile + check them early in CallPtr. Fixes https://github.com/llvm/llvm-project/issues/175425
Author
Parents
Loading