summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.cc
AgeCommit message (Expand)Author
2014-02-26[sanitizer] Add a flag to enable/disable report colorization.Evgeniy Stepanov
2014-02-14[sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany
2014-02-14[sanitizer] Use mmap to zero-fill large shadow regions.Evgeniy Stepanov
2014-02-12[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...Alexey Samsonov
2014-01-31tsan: fix Go buildDmitry Vyukov
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2014-01-21Sanitize printf functions.Alexey Samsonov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-11-27tsan: fix flags parsingDmitry Vyukov
2013-11-26[Sanitizer] Improve external symbolizer behavior.Alexey Samsonov
2013-11-14[Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...Alexey Samsonov
2013-11-12[Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov
2013-10-23tsan: parse symbolize/external_symbolizer_path common flagsDmitry Vyukov
2013-10-15tsan: actually parse verbofity flagDmitry Vyukov
2013-10-15tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov
2013-10-11[Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov
2013-09-06[sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany
2013-08-01[lsan] Add leak_check_at_exit flag.Sergey Matveev
2013-07-22[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev
2013-06-25[sanitizer] Move log_path to common flag and use it in MSan.Evgeniy Stepanov
2013-06-07[sanitizer] ioctl interceptor.Evgeniy Stepanov
2013-05-29Fix MSVC W3 compiler warningsTimur Iskhodzhanov
2013-05-06[asan] Common flags in ASan.Sergey Matveev
2013-03-27tsan: better flag parsing: do not confuse flag that is a part of another flagDmitry Vyukov
2013-02-19[Sanitizer] Allow runtime flags be separated by colon as well as spaceAlexey Samsonov
2012-08-27[Sanitizer] align allocation sizes in low level allocatorAlexey Samsonov
2012-08-27[Sanitizer] Use low-level allocator in flag parsing to avoid calling malloc()...Alexey Samsonov
2012-07-09[Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ...Alexey Samsonov