summaryrefslogtreecommitdiffstats
path: root/test/Driver/fsanitize.c
Commit message (Expand)AuthorAgeFilesLines
...
* MemorySanitizer does not require PIE.Evgeniy Stepanov2015-10-211-2/+3
* [PS4] Add missing tests for -fsanitize=...Filipe Cabecinhas2015-10-161-0/+13
* Enable SafeStack on all Linux platforms.Evgeniy Stepanov2015-09-241-0/+2
* Driver: Support cfi-icall on all OSs when targeting x86/x86_64.Peter Collingbourne2015-09-101-0/+1
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-1/+4
* Add an experimental flag -fsanitize-memory-use-after-dtor.Evgeniy Stepanov2015-07-101-0/+3
* Driver: enable support for -fsanitize=cfi on Windows.Peter Collingbourne2015-07-081-0/+4
* Driver: add support for linking the UBSan runtime library on Windows.Peter Collingbourne2015-07-021-0/+9
* [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.Alexey Samsonov2015-06-251-0/+3
* Teach Clang about the PPC64 memory sanitizer implementation.Jay Foad2015-06-251-0/+4
* [UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+Alexey Samsonov2015-06-251-1/+7
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-191-0/+9
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-5/+8
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-0/+12
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-7/+12
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-171-8/+2
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-171-2/+8
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-0/+12
* [Driver] Improve unused-argument diagnostic for extra sanitizer features.Alexey Samsonov2015-05-211-0/+6
* [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov2015-05-071-26/+0
* Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov2015-04-281-3/+0
* Implement CFI type checks for non-virtual calls.Peter Collingbourne2015-04-021-3/+5
* Make -fsanitize-coverage flag a core option so it's available via the clang-c...Timur Iskhodzhanov2015-03-271-0/+8
* [UBSan] Don't allow to use UBSan with anything except for ASan.Alexey Samsonov2015-03-201-0/+3
* 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/+7
* Add deprecation notice for -f(no-)sanitize-recover flags.Alexey Samsonov2015-03-111-2/+7
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-091-8/+11
* Revert "[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanit...Alexey Samsonov2015-03-051-11/+8
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-031-8/+11
* [msan] Change track-origins default mode from 1 to 2.Evgeniy Stepanov2015-02-261-4/+6
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-0/+4
* Improve our handling of rtti/sanitize=vptr/sanitize=undefinedFilipe Cabecinhas2015-02-191-1/+3
* Append -fno-assume-sane-operator-new in ASan builds.Sergey Matveev2015-02-171-0/+2
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-4/+13
* Allow -fsanitize-coverage=N with ubsan, clang partKostya Serebryany2015-01-061-0/+6
* Allow to disable all sanitizers with "-fno-sanitize=all" option.Alexey Samsonov2014-12-191-0/+6
* [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, clang partKostya Serebryany2014-12-171-0/+1
* [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, clang partKostya Serebryany2014-12-031-0/+1
* Fix test after r222526.Dmitry Vyukov2014-11-211-2/+1
* [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.Alexey Samsonov2014-11-161-5/+5
* Introduce -fsanitize-coverage=N flagKostya Serebryany2014-11-111-0/+10
* clang-cl: Diagnose the usage of ASAN with a debug runtime libraryEhsan Akhgari2014-10-141-0/+18
* Add experimental clang/driver flag -fsanitize-address-field-padding=NKostya Serebryany2014-10-091-0/+11
* Implement nonnull-attribute sanitizerAlexey Samsonov2014-09-081-4/+4
* [UBSan] Add returns-nonnull sanitizer.Alexey Samsonov2014-08-131-4/+4
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-131-21/+0
* Kill deprecated -fbounds-checking flagAlexey Samsonov2014-03-211-3/+3
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-201-2/+21
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-201-17/+2