llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov eac7f934f0 [msan] Cleanup public interface header.
Moved everything users are not supposed to use to a private interface header.
Documented all public interfaces. Made them safe to use even if built without
MemorySanitizer.

llvm-svn: 173800
2013-01-29 14:33:29 +00:00
..
tests [msan] Cleanup public interface header. 2013-01-29 14:33:29 +00:00
CMakeLists.txt CMake: use add_compiler_rt_static_runtime to build TSan and MSan runtimes. No functionality change. 2013-01-20 14:14:13 +00:00
msan.cc [msan] Cleanup public interface header. 2013-01-29 14:33:29 +00:00
msan.h [msan] Cleanup public interface header. 2013-01-29 14:33:29 +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] Fix header comments. 2012-12-25 11:53:51 +00:00
msan_interceptors.cc [msan] A runtime call to support custom allocators. 2013-01-28 13:52:49 +00:00
msan_interface_internal.h [msan] Cleanup public interface header. 2013-01-29 14:33:29 +00:00
msan_linux.cc [msan] Remove the trap handler code. 2013-01-22 14:29:15 +00:00
msan_new_delete.cc [msan] MemorySanitizer runtime. 2012-12-11 12:27:27 +00:00
msan_platform_limits_posix.cc [msan] More interceptors. 2013-01-17 13:42:17 +00:00
msan_platform_limits_posix.h [msan] More interceptors. 2013-01-17 13:42:17 +00:00
msan_report.cc [msan] Set program exit code in keep-going mode. 2013-01-10 11:17:55 +00:00