llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov ea61d08185 [sanitizer] Add interceptors for localtime and friends.
llvm-svn: 175499
2013-02-19 09:19:16 +00:00
..
lit_tests [msan] Lit tests for MemorySanitizer. 2013-02-11 11:34:26 +00:00
tests [sanitizer] Add interceptors for localtime and friends. 2013-02-19 09:19:16 +00:00
CMakeLists.txt [sanitizer] Add interceptors for localtime and friends. 2013-02-19 09:19:16 +00:00
msan.cc [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options 2013-02-13 07:19:47 +00:00
msan.h [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options 2013-02-13 07:19:47 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_flags.h [msan] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan. 2013-02-07 08:04:56 +00:00
msan_interceptors.cc [sanitizer] Add interceptors for localtime and friends. 2013-02-19 09:19:16 +00:00
msan_interface_internal.h [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options 2013-02-13 07:19:47 +00:00
msan_linux.cc [Sanitizer] update style checker script and fix namespace style warnings 2013-01-30 07:45:58 +00:00
msan_new_delete.cc [msan] MemorySanitizer runtime. 2012-12-11 12:27:27 +00:00
msan_report.cc [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options 2013-02-13 07:19:47 +00:00