llvm-project/compiler-rt/lib/lsan
Sergey Matveev b9d34443f2 [lsan] Colorize LSan reports.
llvm-svn: 189804
2013-09-03 13:31:03 +00:00
..
lit_tests ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. 2013-09-03 13:22:51 +00:00
tests [lsan] Build standalone LSan with -fno-rtti. 2013-08-22 13:23:22 +00:00
CMakeLists.txt [lsan] Build standalone LSan with -fno-rtti. 2013-08-22 13:23:22 +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, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. 2013-09-03 13:22:51 +00:00
lsan.h [lsan] Standalone LSan initialization. 2013-05-20 11:04:43 +00:00
lsan_allocator.cc Revert to C-style callbacks for iteration over allocator chunks. 2013-06-24 08:34:50 +00:00
lsan_allocator.h
lsan_common.cc [lsan] Colorize LSan reports. 2013-09-03 13:31:03 +00:00
lsan_common.h Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used 2013-08-13 11:42:45 +00:00
lsan_common_linux.cc [sanitizer] Add a fast version of StackDepotGet() for use in LSan. 2013-08-26 13:24:43 +00:00
lsan_interceptors.cc [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00
lsan_thread.cc [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00
lsan_thread.h [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00