hanchenye-llvm-project/compiler-rt/lib/lsan
Evgeniy Stepanov a2edd9159a [sanitizer] Make unrecognized flags not fatal.
Print a warning at verbosity=1 and higher instead of dying immediately.

llvm-svn: 226458
2015-01-19 12:22:57 +00:00
..
CMakeLists.txt [sanitizer] Android build cleanup. 2014-09-29 13:18:55 +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 [asan] Allow enabling coverage at activation. 2014-12-26 12:32:32 +00:00
lsan.h [Sanitizer] Make StackTrace a lightweight reference to array of PCs, and 2014-10-26 03:35:14 +00:00
lsan_allocator.cc [sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized. 2014-12-19 14:45:19 +00:00
lsan_allocator.h [lsan] Implement the public allocator interface in standalone LSan. 2014-08-26 14:28:28 +00:00
lsan_common.cc [sanitizer] Make unrecognized flags not fatal. 2015-01-19 12:22:57 +00:00
lsan_common.h [sanitizer] Flag parser rewrite. 2015-01-15 15:13:43 +00:00
lsan_common_linux.cc Change StackDepot interface to use StackTrace more extensively 2014-10-26 06:23:07 +00:00
lsan_flags.inc [Sanitizer] Change the runtime flag representation. 2015-01-07 00:38:00 +00:00
lsan_interceptors.cc [ASan, LSan] Improve tracking of thread creation. 2014-12-05 00:10:15 +00:00
lsan_preinit.cc [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it across sanitizers. 2014-07-25 22:05:02 +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