summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-301-5/+5
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-261-3/+26
* [Driver] Make scudo compatible with -fsanitize-minimal-runtimeKostya Kortchinsky2018-06-221-2/+3
* Do not enable RTTI with -fexceptions, for PS4Sunil Srivastava2018-05-181-14/+11
* [CFI] Force LLVM to die if the implicit blacklist files cannot be found.Peter Collingbourne2018-05-071-0/+4
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-6/+22
* AArch64: Implement support for the shadowcallstack attribute.Peter Collingbourne2018-04-041-0/+10
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-031-1/+4
* [HWASan] Port HWASan to Linux x86-64 (clang)Alex Shlyapnikov2018-03-231-1/+1
* [Driver] Update the comment about incompatible sanitizersPetr Hosek2018-03-121-1/+2
* [Driver] Automatically disable incompatible default sanitizersPetr Hosek2018-03-071-13/+23
* [Driver] Add SafeStack to a map of incompatible sanitizersPetr Hosek2018-02-271-1/+3
* When multiple sanitizers are enabled (ubsan + something else), use all releva...Richard Smith2018-02-201-30/+23
* Reland "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-141-1/+1
* Revert "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-111-1/+1
* Reland "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-111-1/+1
* Revert "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-111-1/+1
* Reland "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-101-1/+1
* Revert "[Driver] Update default sanitizer blacklist location"Petr Hosek2018-01-101-1/+1
* [Driver] Update default sanitizer blacklist locationPetr Hosek2018-01-101-1/+1
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-2/+2
* [Driver] Ensure no overlap between trapping & recoverable sanitizers. NFC.Vedant Kumar2017-12-211-0/+3
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-10/+14
* Update a link to the old code.google.com bug trackerHans Wennborg2017-11-131-1/+1
* [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
OpenPOWER on IntegriCloud