llvm-project
2ea5ec78
- [clang][bytecode] Fix a crash in Destroy op (#154695)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#154695 - [clang][bytecode] Fix a crash in Destroy op
Author
tbaederr
Parents
c9bb3bdb
Loading