llvm-project/compiler-rt/lib/ubsan
Richard Smith b6f3905450 Per discussion on cxx-abi-dev, switch from comparing type_info objects to
comparing type_info names, since the latter have better uniqueness guarantees
in practice.

llvm-svn: 177618
2013-03-21 00:42:03 +00:00
..
lit_tests Update ubsan test for clang change r177362. 2013-03-19 00:04:20 +00:00
CMakeLists.txt Split ubsan runtime into three pieces (compiler-rt part): 2013-03-20 23:49:17 +00:00
Makefile.mk Split ubsan runtime into three pieces (compiler-rt part): 2013-03-20 23:49:17 +00:00
ubsan_diag.cc [UBSan] Use common report decorator to print colorful diagnostics in UBSan, and be more consistent w/ Printf/RawWrite 2013-02-27 12:58:24 +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: Runtime handlers for array indexing checks. 2013-02-23 02:40:07 +00:00
ubsan_handlers.h ubsan: Runtime handlers for array indexing checks. 2013-02-23 02:40:07 +00:00
ubsan_handlers_cxx.cc ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, 2013-02-13 21:18:23 +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 Per discussion on cxx-abi-dev, switch from comparing type_info objects to 2013-03-21 00:42:03 +00:00
ubsan_type_hash.h [ubsan] Add SANITIZER_INTERFACE_ATTRIBUTE to __ubsan_vptr_type_cache 2013-01-17 17:14:12 +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] Use __sanitizer::atomic_exchange(), prefer shared impl. 2013-01-14 16:13:52 +00:00