aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/catch-undef-behavior.cpp
AgeCommit message (Expand)Author
2013-02-25[ubsan] Emit single check for left shift.Will Dietz
2013-02-24PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incompleteRichard Smith
2013-02-23ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...Richard Smith
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-13ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-18Rein ubsan's vptr sanitizer back a bit. Per core issue 453, binding a referenceRichard Smith
2012-12-13ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith
2012-12-02[ubsan] Add flag to enable recovery from checks when possible.Will Dietz
2012-11-27Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-10-25Fix the other occurrence of the problem fixed by r166731.Richard Smith
2012-10-25LLVM's hashing routines produce a size_t, and thus generate different values ...Richard Smith
2012-10-25Add a more direct test for r166661.Richard Smith
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith
2012-10-04If we flow off the end of a value-returning function:Richard Smith
2012-08-25-fcatch-undefined-behavior: add the -ftrapv checks to the set of things caughtRichard Smith
2012-08-24New -fcatch-undefined-behavior features:Richard Smith