llvm-project
4931c3af - [clang][bytecode] Reject null pointers in CheckStore() (#156645)

Commit
62 days ago
[clang][bytecode] Reject null pointers in CheckStore() (#156645) In the attached test case, the global variable later only points to gargbage, because the MaterializeTemporaryExpr used to initialize it is a local variable, which is gone by the time we try to evaluate the store. Fixes #156223
Author
Parents
Loading