summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/TypeCheck/misaligned.cpp
AgeCommit message (Expand)Author
2017-05-15[ubsan] Don't enable debug info in all testsReid Kleckner
2017-05-12[ubsan] Enable debug info in test binariesReid Kleckner
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2016-05-25Fix columns for member function callsHal Finkel
2015-08-25[UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov
2015-08-12[windows] Always use the lit shell on Windows, even if bash is presentReid Kleckner
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-04-28Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov
2015-01-18Update for tests failing due to improvements in clang's column information fo...David Blaikie
2015-01-12Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov
2014-12-15[ubsan][arm] supporting misaligned testcaseKumar Sukhani
2014-12-15[UBSan][MIPS] Adding support of MIPS64 in UBSan testingKumar Sukhani
2014-12-14Update test case with more accurate column information now that Clang produce...David Blaikie
2014-10-13Sanitize upcasts and conversion to virtual base.Alexey Samsonov
2014-10-08Mark sanitizer tests XFAIL on ARMv7Renato Golin
2014-09-17PR20721: Don't let UBSan print inaccessible memoryAlexey Samsonov
2014-08-28[UBSan] Temporarily disable checks for stack traces in UBSan reports on DarwinAlexander Potapenko
2014-08-22[UBSan] Add support for printing backtraces to all UBSan handlersAlexey Samsonov
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-02-14Move UBSan test suite under test/Alexey Samsonov