llvm-project
1299c87f
- fix gh185270 consteval crash (#185511)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
40 days ago
fix gh185270 consteval crash (#185511) replace `cast<VarDecl>` with `dyn_cast_or_null<VarDecl>` in `HandleImmediateInvocations` to avoid the crash when `ManglingContextDecl` is a `FunctionDecl` instead of a `VarDecl`. fixes #185270
References
#185511 - fix gh185270 consteval crash
Author
Serosh-commits
Parents
aca06396
Loading