llvm-project/compiler-rt/lib/lsan
Sergey Matveev b5769dbb86 [lsan] Introduce print_suppressions flag.
Introduce a flag to either always or never print matched suppressions.
Previously, matched suppressions were printed unconditionally if there were
unsuppressed leaks. Also, verbosity=1 no longer has the semantics of "always
print suppressions and summary".

llvm-svn: 197510
2013-12-17 18:01:45 +00:00
..
lit_tests [lsan] Introduce print_suppressions flag. 2013-12-17 18:01:45 +00:00
tests [lsan] Unbreak lsan_testlib.cc. 2013-11-25 15:54:31 +00:00
CMakeLists.txt [lsan] Unbreak standalone LSan's initialization by making it more like ASan's. 2013-11-25 14:25:36 +00:00
Makefile.mk [LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part) 2013-08-20 14:49:01 +00:00
lsan.cc [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false). 2013-12-17 11:15:39 +00:00
lsan.h [lsan] Unbreak standalone LSan's initialization by making it more like ASan's. 2013-11-25 14:25:36 +00:00
lsan_allocator.cc [lsan] Use real memset to clear memory in standalone LSan. 2013-11-24 14:28:18 +00:00
lsan_allocator.h
lsan_common.cc [lsan] Introduce print_suppressions flag. 2013-12-17 18:01:45 +00:00
lsan_common.h [lsan] Introduce print_suppressions flag. 2013-12-17 18:01:45 +00:00
lsan_common_linux.cc [LSan] Rework r191522 - treat allocations with short stack traces as live 2013-09-30 10:57:56 +00:00
lsan_interceptors.cc [lsan] Unbreak standalone LSan's initialization by making it more like ASan's. 2013-11-25 14:25:36 +00:00
lsan_preinit.cc [lsan] Unbreak lsan_testlib.cc. 2013-11-25 15:54:31 +00:00
lsan_thread.cc [lsan] Support ASan's stack-use-after-return mode in LSan. 2013-10-14 14:04:50 +00:00
lsan_thread.h [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00