aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/fsanitize.c
AgeCommit message (Expand)Author
2013-04-09Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...Alexey Samsonov
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-03-19[ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov
2013-03-14[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...Alexey Samsonov
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-28Print warning instead of error if optional ASan features are enabled w/o spec...Alexey Samsonov
2013-01-20Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov
2013-01-16Fix uninitialized bool flag access in SanitizerArgs parserAlexey Samsonov
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-24Support -fsanitize-memory-track-origins.Evgeniy Stepanov
2012-12-13ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith
2012-12-05Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov
2012-12-01Switch to using -### as mentioned by chandlerc.Joey Gouly
2012-12-01Add -emit-llvm to test/Driver/fsanitize.c to stop this failing on the ARM bot...Joey Gouly
2012-12-01Remove restriction on combining ubsan with asan or tsan. This has worked for ...Richard Smith
2012-11-29This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov
2012-11-28Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...Alexey Samsonov
2012-11-27Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly
2012-11-06clang/test/Driver/fsanitize.c: Speculative fix to improve test on win32, not ...NAKAMURA Takumi
2012-11-06Per discussion on cfe-commits, treat -faddress-sanitizer,Richard Smith
2012-11-05Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith