summaryrefslogtreecommitdiffstats
path: root/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-031-13/+10
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+10
* Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov2017-10-251-1/+1
* Do not link clang_rt.cfi on Android.Evgeniy Stepanov2017-10-161-7/+13
* [Driver] Fix -static-libsan / -shared-libsan on DarwinVedant Kumar2017-10-071-1/+2
* Cleanup and generalize -shared-libasan.Evgeniy Stepanov2017-10-051-3/+4
* [MSan] Specify use-after-dtor default value in header.Matt Morehouse2017-09-141-1/+3
* [MSan] Add flag to disable use-after-dtor.Matt Morehouse2017-09-141-1/+3
* [ubsan] Extend default blacklist support to integer/nullability groupsVedant Kumar2017-09-121-1/+1
* [libFuzzer] switch -fsanitize=fuzzer from trace-pc-guard to inline-8bit-countersKostya Serebryany2017-09-011-1/+1
* [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse2017-08-301-1/+5
* Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse2017-08-291-5/+1
* Re-enable stack depth instrumentation on Windows.Matt Morehouse2017-08-291-2/+2
* Disable stack depth tracking on Windows.Matt Morehouse2017-08-291-2/+2
* Minimal runtime for UBSan.Evgeniy Stepanov2017-08-291-0/+39
* [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse2017-08-291-1/+5
* Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse2017-08-251-3/+2
* [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse2017-08-251-2/+3
* [SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse2017-08-181-5/+12
* [Driver] SafeStack does not need a runtime library on FuchsiaPetr Hosek2017-08-161-0/+5
* Add -fsanitize=fuzzer-no-link flag to the driver.George Karpenkov2017-08-111-2/+5
* [sanitizer-coverage] -fsanitize-coverage=bb,inline-8bit-countersKostya Serebryany2017-08-081-1/+3
* [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