summaryrefslogtreecommitdiff
path: root/lib/ubsan/lit_tests/Misc/bool.cpp
Commit message (Collapse)AuthorAge
* [ubsan] Introduce %clangxx substitution for all C++ tests.Peter Collingbourne2013-10-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193059 91177308-0d34-0410-b5e6-96231b3b80d8
* This fixme is resolved, fix the test.Nick Lewycky2013-10-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@191810 91177308-0d34-0410-b5e6-96231b3b80d8
* ubsan: if the frontend didn't provide us with a source location, try to workRichard Smith2012-12-18
| | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@170407 91177308-0d34-0410-b5e6-96231b3b80d8
* ubsan unit tests for -fsanitize=bool and -fsanitize=enum.Richard Smith2012-12-13
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@170109 91177308-0d34-0410-b5e6-96231b3b80d8