llvm-project/compiler-rt/lib/ubsan/lit_tests
Alexey Samsonov 9f3938e271 Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers.
llvm-svn: 179293
2013-04-11 15:49:52 +00:00
..
Float compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conversion between floating-point types. 2013-03-27 23:21:10 +00:00
Integer [ubsan] Check for appropriate types on compound assignment overflow diagnostics. 2013-01-07 22:25:54 +00:00
Misc ubsan: Runtime handlers for array indexing checks. 2013-02-23 02:40:07 +00:00
TypeCheck ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, 2013-02-13 21:18:23 +00:00
CMakeLists.txt Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers. 2013-04-11 15:49:52 +00:00
lit.cfg 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
lit.site.cfg.in