summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/SanitizerArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow a ToolChain to compute the path of a compiler-rt's component.Vasileios Kalintiris2015-10-011-5/+3
* Driver: support ARM/HF on a single toolchainSaleem Abdulrasool2015-09-261-5/+6
* Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.Ivan Krasin2015-09-021-2/+11
* CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne2015-07-151-0/+2
* Add an experimental flag -fsanitize-memory-use-after-dtor.Evgeniy Stepanov2015-07-101-0/+7
* Driver: enable support for -fsanitize=cfi on Windows.Peter Collingbourne2015-07-081-2/+6
* Driver: add support for linking the UBSan runtime library on Windows.Peter Collingbourne2015-07-021-2/+15
* [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.Alexey Samsonov2015-06-251-1/+17
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-191-29/+8
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-4/+6
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-1/+4
* Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.Peter Collingbourne2015-06-191-2/+6
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-17/+75
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-171-15/+25
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-171-25/+15
* [Driver] Improve unused-argument diagnostic for extra sanitizer features.Alexey Samsonov2015-05-211-3/+9
* Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne2015-05-111-34/+15
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-125/+74
* [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.Alexey Samsonov2015-05-071-15/+113
* [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov2015-05-071-3/+8
* Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov2015-04-281-4/+4
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-2/+1
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-1/+2
* Implement CFI type checks for non-virtual calls.Peter Collingbourne2015-04-021-1/+1
* [UBSan] Embed UBSan into ASan runtime (Clang part).Alexey Samsonov2015-04-011-1/+2
* [UBSan] Don't allow to use UBSan with anything except for ASan.Alexey Samsonov2015-03-201-69/+66
* Allow -fsanitize-coverage with -fsanitize=dataflowKostya Serebryany2015-03-201-1/+1
* Implement bad cast checks using control flow integrity information.Peter Collingbourne2015-03-141-2/+2
* Add deprecation notice for -f(no-)sanitize-recover flags.Alexey Samsonov2015-03-111-2/+7
* [Sanitizers] Use uint64_t for bitmask of enabled sanitizers.Alexey Samsonov2015-03-031-40/+40
* [msan] Change track-origins default mode from 1 to 2.Evgeniy Stepanov2015-02-261-1/+1
* [TSan][Clang][MIPS] Enabled thread option for MIPS64 platformMohit K. Bhakkad2015-02-231-1/+1
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-1/+6
* Improve our handling of rtti/sanitize=vptr/sanitize=undefinedFilipe Cabecinhas2015-02-191-0/+33
* Append -fno-assume-sane-operator-new in ASan builds.Sergey Matveev2015-02-171-2/+7
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-041-24/+28
* [MSan][Clang][MIPS] Enabled memory and dataflow options for MIPS64 platformMohit K. Bhakkad2015-01-221-1/+3
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-7/+45
* Allow -fsanitize-coverage=N with ubsan, clang partKostya Serebryany2015-01-061-2/+3
* Allow to disable all sanitizers with "-fno-sanitize=all" option.Alexey Samsonov2014-12-191-5/+14
* [Sanitizer] Get rid of parseArgument helper function. NFC.Alexey Samsonov2014-12-191-54/+43
* [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, clang partKostya Serebryany2014-12-171-2/+2
* [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, clang partKostya Serebryany2014-12-031-1/+1
* clang: do not add -pie for tsanDmitry Vyukov2014-11-211-3/+3
* [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.Alexey Samsonov2014-11-161-52/+61
* [Sanitizer] Refactor SanitizerArgs parsing in Driver.Alexey Samsonov2014-11-141-118/+213
* Cleanup SanitizerArgs: get rid of unused variable, make one method non-static...Alexey Samsonov2014-11-141-7/+2
* Introduce -fsanitize-coverage=N flagKostya Serebryany2014-11-111-0/+15
* Allow thread sanitizer in clang driver on FreeBSDViktor Kutuzov2014-10-271-4/+9
* Revert rL220675 due to failures on check-clangViktor Kutuzov2014-10-271-6/+1
OpenPOWER on IntegriCloud