summaryrefslogtreecommitdiffstats
path: root/build/sanitizers/sanitizer_options.cc
Commit message (Expand)AuthorAgeFilesLines
* Add print_stacktrace=1 to ubsan defaults.pbos2015-11-241-8/+18
* Re-enable memcmp interceptor for TSan.eugenis2015-08-271-1/+1
* Disable memcmp interceptor in ThreadSanitizer.eugenis2015-08-241-1/+1
* Add default MSan options.eugenis2015-08-211-0/+15
* ASan: re-enable intrinsics interposition on Mac.earthdok2015-04-091-3/+1
* ASan: re-enable strict memcmp() checks.earthdok2015-04-091-5/+9
* Revert of Disable container overflow check on Linux and Mac. (patchset #2 id:...inferno2015-04-081-7/+3
* Disable container overflow check on Linux and Mac.inferno2015-02-231-3/+7
* Add default options/suppressions for LeakSanitizer.earthdok2015-02-161-21/+38
* Roll Clang 218707:223109 (+r223211, +r223219, -r220714), take 2hans2014-12-101-1/+1
* Revert "Roll Clang 218707:223109 (+r223211, +r223219, -r220714)" and follow-ups.hans2014-12-101-1/+1
* AddressSanitizer: disable ODR-violation checks on Machans2014-12-091-1/+1
* Try to enable stack use-after-return detection in ASan Mac builds.glider2014-12-091-1/+2
* Reland https://codereview.chromium.org/760503002:glider2014-12-051-2/+5
* Revert of Turn on stack use-after-return detection in non-official ASan build...glider2014-12-031-5/+2
* Turn on stack use-after-return detection in non-official ASan builds.glider2014-12-021-2/+5
* Use fast_unwind_on_fatal=1 by default in ASan builds.glider2014-10-221-3/+6
* Reland https://codereview.chromium.org/581983003/: Enable ASan default option...glider2014-09-231-0/+19
* Revert of Enable ASan default options on Mac. (patchset #4 id:60001 of https:...glider2014-09-221-19/+0
* Enable ASan default options on Mac.glider2014-09-221-0/+19
* Move default sanitizer options into build/ so that WebRTC can import them.glider@chromium.org2014-08-211-0/+119