llvm-project/compiler-rt/lib/ubsan
Will Dietz e4b1d2e32c [ubsan] Give entry methods default (not hidden) visibility.
Fixes using ubsan on shared libraries in linux, for example.

llvm-svn: 172041
2013-01-10 03:37:30 +00:00
..
lit_tests [ubsan] Add deduplication functionality, always enabled. 2013-01-09 03:40:03 +00:00
CMakeLists.txt UBSan: enable CMake build on Darwin. Fix two failing tests and disable the test which produces linker errors on Darwin. 2012-11-16 12:57:07 +00:00
Makefile.mk Support for building the ubsan runtime when using the autoconf build system on 2012-11-13 23:55:06 +00:00
ubsan_diag.cc Move C++ name demangling support from ubsan into sanitizer_common. 2012-12-20 05:00:13 +00:00
ubsan_diag.h ubsan: Demangle class names, and be more informative when a reinterpret_cast 2012-12-18 09:30:21 +00:00
ubsan_handlers.cc [ubsan] Add deduplication functionality, always enabled. 2013-01-09 03:40:03 +00:00
ubsan_handlers.h [ubsan] Give entry methods default (not hidden) visibility. 2013-01-10 03:37:30 +00:00
ubsan_handlers_cxx.cc [ubsan] Add deduplication functionality, always enabled. 2013-01-09 03:40:03 +00:00
ubsan_handlers_cxx.h [ubsan] Give entry methods default (not hidden) visibility. 2013-01-10 03:37:30 +00:00
ubsan_type_hash.cc ubsan: Demangle class names, and be more informative when a reinterpret_cast 2012-12-18 09:30:21 +00:00
ubsan_type_hash.h ubsan: Demangle class names, and be more informative when a reinterpret_cast 2012-12-18 09:30:21 +00:00
ubsan_value.cc Provide a slightly more helpful diagnostic if -fcatch-undefined-behavior finds 2012-10-14 23:53:37 +00:00
ubsan_value.h [ubsan] Drop use of __atomic_exchange_n for now to fix build for some. 2013-01-09 06:18:40 +00:00