llvm-project/compiler-rt/test/msan
Sergey Matveev fa76f3b3a5 [MSan] Add __msan_unpoison_string() to the public interface.
Using __msan_unpoison() on null-terminated strings is awkward because
strlen() can't be called on a poisoned string. This case warrants a special
interface function.

llvm-svn: 204448
2014-03-21 10:12:17 +00:00
..
Linux [msan] Make up for missing interceptor in getxattr() test. 2014-03-04 13:13:34 +00:00
SharedLibs
Unit
scandir_test_root
wrap_indirect_calls
CMakeLists.txt [CMake] lit tests shouldn't depend on runtimes in standalone build 2014-02-20 09:47:18 +00:00
allocator_returns_null.cc
backtrace.cc
c-strdup.c
chained_origin.cc [msan] Use new -fsanitize-memory-track-origins= flag in MSan tests. 2014-03-20 15:00:39 +00:00
chained_origin_memcpy.cc [msan] Use new -fsanitize-memory-track-origins= flag in MSan tests. 2014-03-20 15:00:39 +00:00
cxa_atexit.cc
default_blacklist.cc
dlerror.cc
dso-origin.cc
dtls_test.c
errno.cc
getaddrinfo-positive.cc
getaddrinfo.cc
getline.cc
getline_test_data
heap-origin.cc
iconv.cc
if_indextoname.cc
ifaddrs.cc
initgroups.cc
inline.cc
insertvalue_origin.cc
ioctl.cc
ioctl_custom.cc
ioctl_sound.cc
keep-going-dso.cc
keep-going.cc
lit.cfg Add rudimentary support for running compiler-rt lit tests with GCC 2014-02-19 15:13:14 +00:00
lit.site.cfg.in
malloc_hook.cc
mmap_below_shadow.cc
no_sanitize_memory.cc
no_sanitize_memory_prop.cc
poison_in_free.cc
pthread_getattr_np_deadlock.cc
ptrace.cc
readdir64.cc
scandir.cc
scandir_null.cc
select.cc
select_origin.cc
setlocale.cc
signal_stress_test.cc
sigwait.cc
sigwaitinfo.cc
stack-origin.cc
strerror_r-non-gnu.c
strlen_of_shadow.cc
sync_lock_set_and_test.cc
textdomain.cc
times.cc
tls_reuse.cc
tzset.cc
unaligned_read_origin.cc
unpoison_string.cc [MSan] Add __msan_unpoison_string() to the public interface. 2014-03-21 10:12:17 +00:00
use-after-free.cc
vector_cvt.cc
vector_select.cc
wrap_indirect_calls.cc
wrap_indirect_calls2.cc
wrap_indirect_calls_in_rtl.cc