llvm-project/compiler-rt/lib/ubsan
Richard Smith ffbe87eba2 UBSan: use %p not 0x%zx when printing pointers.
llvm-svn: 172129
2013-01-10 22:39:40 +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 UBSan: use %p not 0x%zx when printing pointers. 2013-01-10 22:39:40 +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] Move attribute specifier to fix build with gcc. 2013-01-10 17:01:13 +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] Move attribute specifier to fix build with gcc. 2013-01-10 17:01:13 +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