summaryrefslogtreecommitdiff
path: root/test/Driver/fsanitize.c
Commit message (Expand)AuthorAge
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* Kill deprecated -fbounds-checking flagAlexey Samsonov2014-03-21
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-20
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-20
* Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603)Alexey Bataev2014-01-28
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-16
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-01
* Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith2013-10-22
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-20
* Enable -fsanitize=use-after-return by default under -fsanitize=addressKostya Serebryany2013-09-23
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-19
* Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not neededAlexey Samsonov2013-08-09
* Add -fno-assume-sane-operator-new when building with MSan.Evgeniy Stepanov2013-06-20
* Add -fsanitize=leak to driver options.Sergey Matveev2013-05-27
* Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...Alexey Samsonov2013-04-09
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-09
* [ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov2013-03-19
* [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...Alexey Samsonov2013-03-14
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-29
* Print warning instead of error if optional ASan features are enabled w/o spec...Alexey Samsonov2013-01-28
* Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov2013-01-20
* Fix uninitialized bool flag access in SanitizerArgs parserAlexey Samsonov2013-01-16
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-30
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-24
* ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith2012-12-13
* Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov2012-12-05
* Switch to using -### as mentioned by chandlerc.Joey Gouly2012-12-01
* Add -emit-llvm to test/Driver/fsanitize.c to stop this failing on the ARM bot...Joey Gouly2012-12-01
* Remove restriction on combining ubsan with asan or tsan. This has worked for ...Richard Smith2012-12-01
* This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov2012-11-29
* Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...Alexey Samsonov2012-11-28
* Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz2012-11-27
* PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly2012-11-23
* clang/test/Driver/fsanitize.c: Speculative fix to improve test on win32, not ...NAKAMURA Takumi2012-11-06
* Per discussion on cfe-commits, treat -faddress-sanitizer,Richard Smith2012-11-06
* Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith2012-11-05