llvm-project/compiler-rt/lib/msan/tests
Sergey Matveev 1394f2da85 [msan] Rewrite strto* interceptors and add a few more.
Express the strto* interceptors though macros. This removes a lot of
duplicate code and fixes a couple of copypasto bugs (where "res" was declared of
a different type than the actual return type). Also, add a few more interceptors
for strto*_l.

llvm-svn: 200316
2014-01-28 13:45:58 +00:00
..
CMakeLists.txt [sanitizer] Intercept pthread_attr_get*. 2013-10-25 13:01:31 +00:00
msan_loadable.cc [msan] intercept dlopen and clear shadow for it 2013-03-11 18:07:42 +00:00
msan_test.cc [msan] Rewrite strto* interceptors and add a few more. 2014-01-28 13:45:58 +00:00
msan_test_config.h [msan] Move test main and gtest include to separate files. 2013-03-22 09:01:26 +00:00
msan_test_main.cc [msan] Move test main and gtest include to separate files. 2013-03-22 09:01:26 +00:00
msandr_test_so.cc [msan] Cleanup public interface header. 2013-01-29 14:33:29 +00:00
msandr_test_so.h [msan] Cleanup public interface header. 2013-01-29 14:33:29 +00:00