summaryrefslogtreecommitdiff
path: root/lib/asan/asan_flags.inc
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Better lint output for .inc filesVitaly Buka2019-09-121-6/+7
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-091-0/+2
* Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien2019-07-081-2/+0
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-081-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Remove use_odr_indicator runtime flagVitaly Buka2018-12-041-2/+0
* [asan] Fix bug introduced by r331647Walter Lee2018-05-081-1/+1
* [asan] Set flags appropriately for RTEMSWalter Lee2018-05-071-2/+3
* Make detect_invalid_pointer_pairs option to be tristate.Alex Shlyapnikov2018-02-011-3/+3
* [compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka2017-09-131-5/+0
* Add new ASAN_OPTION: sleep_after_init.Kostya Serebryany2017-08-021-0/+4
* [asan] Move AsanCheckDynamicRTPrereqs check under flagMaxim Ostapenko2017-03-311-0/+3
* [asan] Implement "scribble" flags, which overwrite free'd memory with 0x55Kuba Mracek2017-03-301-0/+6
* Add allocator_frees_and_returns_null_on_realloc_zero=false flag for compatibi...Filipe Cabecinhas2017-03-291-0/+4
* Expose thread local quarantine size as ASAN option.Evgeniy Stepanov2016-12-221-0/+6
* [asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek2016-11-261-0/+3
* [asan] alloc_dealloc_mismatch=0 by default on Android.Evgeniy Stepanov2016-09-131-1/+1
* [asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka2016-08-291-2/+0
* Add detect_stack_use_after_scope runtime flagVitaly Buka2016-07-191-0/+2
* [sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening2016-03-251-1/+1
* Fix typo in asan_flags.George Burgess IV2016-02-081-1/+1
* [asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany2016-02-081-0/+2
* [asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko2016-02-081-0/+2
* Revert r259961, r259978, r259981.Nico Weber2016-02-071-2/+0
* [asan] add an experimental feature that prints the scariness score of the err...Kostya Serebryany2016-02-061-0/+2
* [ASan] Change the links in asa_flags.inc to point to GitHub.Alexander Potapenko2015-12-041-4/+4
* [ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko2015-12-041-3/+0
* [asan] add an experimental flag protect_shadow_gap. If set to false, the shad...Kostya Serebryany2015-11-141-0/+1
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-111-0/+3
* [Sanitizers] Make abort_on_error common flag.Alexey Samsonov2015-08-271-4/+0
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-2/+0
* [asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany2015-07-291-3/+0
* [asan] Set abort_on_error=1 by default on OS XKuba Brecka2015-07-281-1/+1
* [Sanitizer] Refactor SuppressionContext class.Alexey Samsonov2015-02-201-0/+1
* [asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany2015-01-071-2/+4
* [Sanitizer] Change the runtime flag representation.Alexey Samsonov2015-01-071-0/+142