summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test
Commit message (Expand)AuthorAgeFilesLines
* Add test case for inherited exceptionsJonathan Roelofs2014-06-031-0/+165
* Add EH test case checking that handlers in noexcept functions can still unwindJonathan Roelofs2014-05-311-0/+34
* Add EH test cases corresponding to C++ ABI # 15.3.3Jonathan Roelofs2014-05-311-0/+444
* PR19091: Track whether we're demangling a function template specialization toRichard Smith2014-05-121-0/+2
* Implement ARM EHABI exception handling.Logan Chien2014-05-101-0/+8
* Check exception specification with __cplusplus.Logan Chien2014-05-101-1/+1
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-061-3/+13
* Try harder to get the compiler to use float registers in differentJoerg Sonnenberger2014-05-041-8/+26
* Don't use bash features.Joerg Sonnenberger2014-05-031-16/+16
* Add unwind test case that checks restoring of float registers (such as on AAr...Nick Kledzik2014-04-291-0/+239
* Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.Anders Carlsson2014-02-171-0/+1
* Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...Marshall Clow2014-02-061-4/+39
* Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, tooMarshall Clow2014-02-051-1/+76
* Implement demangling for user-defined operators.Howard Hinnant2014-01-061-0/+1
* Fix demangling crasher. The crasher involved nested <encoding> involving par...Howard Hinnant2013-12-111-1/+4
* 80-column wrap a comment in a testNico Weber2013-12-051-1/+1
* Fixed a couple of test errors; changed 'const A const *' to 'const A* const'....Marshall Clow2013-12-041-2/+2
* tip-of-trunk clang has corrected some access checks for special members in a ...Howard Hinnant2013-07-301-4/+4
* I'd no sooner made the last commit when Matthew Dempsky sent me another test ...Howard Hinnant2013-06-231-1/+1
* After a private conversation with Arthur O'Dwyer, and a good night's sleep, I...Howard Hinnant2013-06-231-1/+1
* Filter out '`' in mangled strings and reject them as invalid if found.Howard Hinnant2013-06-231-0/+1
* I created a random mangled name generator and have thrown about 200 million r...Howard Hinnant2013-06-211-0/+2
* Another demangler crasher. Updated test suite to prevent regression.Howard Hinnant2013-06-201-0/+1
* Protect against invalid mangled names. Add test suite for invalid mangled na...Howard Hinnant2013-06-201-17/+14
* Demangle objc mangling implemented in r184250Howard Hinnant2013-06-191-0/+2
* Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant2013-06-171-5/+17
* Add capability to demangle invocation functions for ObjC blocks.Howard Hinnant2013-04-101-0/+1
* __list::ends_with_template was giving the wrong answer for empty lists. And ...Howard Hinnant2012-11-301-1/+32
* Move TargetData to DataLayout.Micah Villmow2012-10-081-156/+156
* Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant2012-08-031-0/+1
* Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant2012-08-011-0/+2
* Add missing #include <stdlib.h> into test which uses ::exit.Richard Smith2012-07-111-1/+2
* Fix bug in cxa_demangle involving template substitution.Howard Hinnant2012-05-021-0/+1
* corrected namespace in testHoward Hinnant2012-02-021-1/+1
* added const nullptr testsMarshall Clow2012-02-011-0/+133
* removed duplicated tests - Howard was quicker than me.Marshall Clow2012-02-011-64/+0
* Added tests for catching const/non-const nullptrMarshall Clow2012-02-011-0/+64
* Add test for pointer qualification conversion.Howard Hinnant2012-02-011-0/+86
* Add some tests to test catching nullptr with pointers and member pointers. T...Howard Hinnant2012-02-012-0/+135
* Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant2012-02-012-0/+114
* Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant2012-02-012-0/+62
* Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant2012-02-012-0/+60
* Here's a test for catching pointers.Howard Hinnant2012-02-011-0/+181
* More test cases concentrating on catching class types.Howard Hinnant2012-01-315-2/+546
* Some unwinding test casesHoward Hinnant2012-01-316-2/+514
* Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionall...Howard Hinnant2012-01-313-2/+137
* Correct test bug.Howard Hinnant2012-01-311-2/+2
* Minor header fixups for test.Howard Hinnant2012-01-281-1/+2
* Silence a warning.Howard Hinnant2012-01-281-1/+1
* Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant2012-01-241-1/+1
OpenPOWER on IntegriCloud