summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] add -fsanitize-coverage-pc-table to -fsanitize=fuzzerKostya Serebryany2017-08-041-1/+2
* Enable AddressSanitizer for Fuchsia targetsPetr Hosek2017-08-031-4/+5
* [UBSan] Provide default blacklist filename for UBSanHan Shen2017-08-021-0/+2
* [ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...Vedant Kumar2017-08-021-7/+0
* [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-tableKostya Serebryany2017-07-281-1/+4
* [ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar2017-07-251-0/+7
* [Driver] Consider -fno-sanitize=... state when filtering out -fsanitize-cover...Petr Hosek2017-07-211-1/+1
* [libFuzzer] Add Fuzzer to the list of sanitizers which support coverage.George Karpenkov2017-06-291-1/+1
* [ubsan] Disable the object size check at -O0Vedant Kumar2017-06-231-1/+17
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-081-3/+7
* [sanitizer-coverage] Allow using KASAN instrumentation with sancovAlexander Potapenko2017-06-081-2/+2
* Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin2017-06-051-7/+3
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-031-3/+7
* [asan] A clang flag to enable ELF globals-gc.Evgeniy Stepanov2017-05-091-0/+10
* Remove unnecessary calls to MakeArgString.Evgeniy Stepanov2017-05-091-6/+6
* [Driver] Don't enable -fsanitize-use-after-scope when ASan is disabledVedant Kumar2017-05-081-6/+5
* [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany2017-05-051-1/+4
* [sanitizer-coverage] add a deprecation warning to the old sanitizer-coverage ...Kostya Serebryany2017-05-031-2/+10
* Flag -fsanitize=fuzzer to enable libfuzzerGeorge Karpenkov2017-04-241-0/+4
* [sanitizer-coverage] deprecate -fsanitize-coverage=trace-bbKostya Serebryany2017-04-191-5/+4
* [sanitizer-coverage] deprecate -fsanitize-coverage=8bit-countersKostya Serebryany2017-04-191-4/+3
* [sanitizer-coverage] deprecate some of the stale coverage variantsKostya Serebryany2017-04-191-27/+5
* [ubsan] Add a nullability sanitizerVedant Kumar2017-03-141-5/+6
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-1/+1
* [sanitizers] lsan+sancov doesn't need ubsanrt (multi def error)Mike Aizatsky2016-12-081-1/+2
* Tread TSan LLVM flags to driver: add TSan controlling flags to clang.Evgeniy Stepanov2016-11-111-0/+28
* Add -fno-sanitize-address-use-after-scope flagVitaly Buka2016-10-101-7/+6
* [CUDA] Don't try to run sanitizers on NVPTX.Justin Lebar2016-09-151-0/+6
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-2/+5
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-2/+8
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-271-12/+7
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-181-7/+12
* Fix linking of DFSan + coverage.Evgeniy Stepanov2016-06-151-1/+1
* Fix sanitizer coverage support in the win32 driver.Evgeniy Stepanov2016-06-141-22/+22
* [sanitizer] Allow sanitize coverage w/o sanitizers.Evgeniy Stepanov2016-06-141-9/+8
* [asan] Added -fsanitize-address-use-after-scope flagVitaly Buka2016-06-021-0/+11
* document -f[no-]sanitize-recover=all and mention it in warning messagesKostya Serebryany2016-05-041-2/+4
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-0/+11
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-11/+0
* Driver: only produce CFI -fvisibility= error when compiling.Peter Collingbourne2016-04-281-8/+10
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-0/+9
* [esan] EfficiencySanitizer driver flagsDerek Bruening2016-04-211-1/+10
* [sanitizer-coverage] make sure coverage flags are not passed to clang if the ...Kostya Serebryany2016-04-181-0/+2
* Enable the SafeStack sanitizer on CloudABI by default.Ed Schouten2016-03-291-0/+3
* [libFuzzer] allow -fsanitize-coverage=0 (disables all coverage)Kostya Serebryany2016-03-021-2/+1
* Make deprecation message for -fsanitize-coverage= with numeric argument frien...Nico Weber2016-02-181-3/+11
* [sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...Kostya Serebryany2016-02-181-51/+55
* [sanitizer-coverage] add a deprecation warning for -fsanitize-coverage=[1234]Kostya Serebryany2016-02-171-0/+2
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-1/+9
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+32
OpenPOWER on IntegriCloud