summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/lit_tests/Misc
Commit message (Collapse)AuthorAgeFilesLines
* [UBSan] Make sure ASan and UBSan interact properly by running each test from ↵Alexey Samsonov2013-11-147-93/+0
| | | | | | UBSan test suite with and without ASan llvm-svn: 194698
* [ubsan] Introduce %clangxx substitution for all C++ tests.Peter Collingbourne2013-10-206-8/+8
| | | | llvm-svn: 193059
* This fixme is resolved, fix the test.Nick Lewycky2013-10-021-2/+1
| | | | llvm-svn: 191810
* ubsan: Runtime handlers for array indexing checks.Richard Smith2013-02-231-0/+15
| | | | llvm-svn: 175948
* [ubsan] Add deduplication functionality, always enabled.Will Dietz2013-01-091-0/+25
| | | | llvm-svn: 171948
* ubsan: if the frontend didn't provide us with a source location, try to workRichard Smith2012-12-181-2/+3
| | | | | | | one out from the return address. Currently, we can only resolve this address to a file and line number if we have an external symbolizer. llvm-svn: 170407
* ubsan unit tests for -fsanitize=bool and -fsanitize=enum.Richard Smith2012-12-132-0/+27
| | | | llvm-svn: 170109
* [ubsan] Replace "fatal error" with "runtime error".Will Dietz2012-12-023-4/+4
| | | | llvm-svn: 169112
* Update compiler-rt tests to match flag renaming/deprecation in Clang.Richard Smith2012-11-063-3/+3
| | | | llvm-svn: 167434
* -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-092-0/+15
llvm-svn: 165533
OpenPOWER on IntegriCloud