summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/compound-assign-overflow.c
AgeCommit message (Expand)Author
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-09-16Revert "[clang] use getCommonSugar in an assortment of places"Matheus Izvekov
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-09-08Revert D111509 "[clang] use getCommonSugar in an assortment of places"Fangrui Song
2022-09-08[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2017-02-25[ubsan] Omit superflous overflow checks for promoted arithmetic (PR20193)Vedant Kumar
2015-01-12Reimplement -fsanitize-recover family of flags.Alexey Samsonov
2013-11-08ubsan: Only emit constants for filenames and type descriptors once.Will Dietz
2013-01-09[ubsan] Make static check data non-const so it can be used for deduplication.Will Dietz
2013-01-08CodeGen/compound-assign-overflow.c: include stdint.h in freestanding modeDmitri Gribenko
2013-01-07[ubsan] Use correct type for compound assignment ops.Will Dietz