llvm-project
0692bd52 - [Clang] fix crash in duplicate attribute checking (#188274)

Commit
15 days ago
[Clang] fix crash in duplicate attribute checking (#188274) Fixes #188259 --- This PR fixes a crash in duplicate attribute checking when arguments have different integer signedness. It changes the check to use `isSameValue` (which uses `compareValues`) instead of `llvm::APSInt` equality.
Author
Parents
Loading