llvm-project
2ea5ec78 - [clang][bytecode] Fix a crash in Destroy op (#154695)

Commit
29 days ago
[clang][bytecode] Fix a crash in Destroy op (#154695) The local we're destroying might've been created for an expression, in which case asDecl() on the DeclDesc returns nullptr. Fixes #152958
Author
Parents
Loading