summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/lit_tests
Commit message (Collapse)AuthorAgeFilesLines
* ubsan: fix broken test case by using brand new [[@LINE]] FileCheck featureAlexey Samsonov2012-11-161-3/+3
| | | | llvm-svn: 168170
* UBSan: enable CMake build on Darwin. Fix two failing tests and disable the ↵Alexey Samsonov2012-11-164-4/+8
| | | | | | test which produces linker errors on Darwin. llvm-svn: 168169
* Update compiler-rt tests to match flag renaming/deprecation in Clang.Richard Smith2012-11-0615-34/+34
| | | | llvm-svn: 167434
* -fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith2012-10-251-0/+74
| | | | llvm-svn: 166660
* -fcatch-undefined-behavior: Runtime library support for trapping conversions ↵Richard Smith2012-10-121-0/+90
| | | | | | | | | to or from a floating-point type where the source value is not in the range of representable values of the destination type. llvm-svn: 165844
* -fcatch-undefined-behavior: handler for VLA bound which evaluates to a ↵Richard Smith2012-10-101-0/+11
| | | | | | non-positive value. llvm-svn: 165582
* Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith2012-10-0915-0/+346
llvm-svn: 165533
OpenPOWER on IntegriCloud