aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/unsigned-overflow.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-16/+16
llvm-svn: 230795
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin1-10/+10
tests fail. llvm-svn: 188447
2012-11-27Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz1-0/+125
Introduces new sanitizer "unsigned-integer-overflow". llvm-svn: 168701