llvm-project
28c34eda
- [clang] Check upperbound for attribute param index (#180424)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
58 days ago
[clang] Check upperbound for attribute param index (#180424) Fixes #176638 The `ParamIdx` class encodes attribute's parameter indexes in 30 bits, check if assignments overflow and issue an "attribute parameter out of bounds" error in that case.
References
#180424 - [clang] Check upperbound for attribute param index
Author
mariusdr
Parents
d1e29a4b
Loading