llvm-project
3edbe36c
- [clang] Fix missing check for nullptr in CallExpr::getUnusedResultAttr (#118636)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[clang] Fix missing check for nullptr in CallExpr::getUnusedResultAttr (#118636) Fixes #117975, a regression introduced by #112521 due to forgetting to check for `nullptr` before dereferencing in `CallExpr::getUnusedResultAttr`.
References
#118636 - [clang] Fix missing check for nullptr in CallExpr::getUnusedResultAttr
Author
Mick235711
Parents
67652a3d
Loading