llvm-project
28c34eda - [clang] Check upperbound for attribute param index (#180424)

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.
Author
Parents
Loading