aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/compound-assign-overflow.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-25[ubsan] Omit superflous overflow checks for promoted arithmetic (PR20193)Vedant Kumar1-3/+1
2015-01-12Reimplement -fsanitize-recover family of flags.Alexey Samsonov1-1/+1
2013-11-08ubsan: Only emit constants for filenames and type descriptors once.Will Dietz1-2/+1
2013-01-09[ubsan] Make static check data non-const so it can be used for deduplication.Will Dietz1-3/+3
2013-01-08CodeGen/compound-assign-overflow.c: include stdint.h in freestanding modeDmitri Gribenko1-1/+1
2013-01-07[ubsan] Use correct type for compound assignment ops.Will Dietz1-0/+36