summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-02-17Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.Anders Carlsson
2014-02-06Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...Marshall Clow
2014-02-05Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, tooMarshall Clow
2014-01-06Implement demangling for user-defined operators.Howard Hinnant
2013-12-11Fix demangling crasher. The crasher involved nested <encoding> involving par...Howard Hinnant
2013-12-0580-column wrap a comment in a testNico Weber
2013-12-04Fixed a couple of test errors; changed 'const A const *' to 'const A* const'....Marshall Clow
2013-07-30tip-of-trunk clang has corrected some access checks for special members in a ...Howard Hinnant
2013-06-23I'd no sooner made the last commit when Matthew Dempsky sent me another test ...Howard Hinnant
2013-06-23After a private conversation with Arthur O'Dwyer, and a good night's sleep, I...Howard Hinnant
2013-06-23Filter out '`' in mangled strings and reject them as invalid if found.Howard Hinnant
2013-06-21I created a random mangled name generator and have thrown about 200 million r...Howard Hinnant
2013-06-20Another demangler crasher. Updated test suite to prevent regression.Howard Hinnant
2013-06-20Protect against invalid mangled names. Add test suite for invalid mangled na...Howard Hinnant
2013-06-19Demangle objc mangling implemented in r184250Howard Hinnant
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2013-04-10Add capability to demangle invocation functions for ObjC blocks.Howard Hinnant
2012-11-30__list::ends_with_template was giving the wrong answer for empty lists. And ...Howard Hinnant
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-08-03Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant
2012-08-01Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant
2012-07-11Add missing #include <stdlib.h> into test which uses ::exit.Richard Smith
2012-05-02Fix bug in cxa_demangle involving template substitution.Howard Hinnant
2012-02-02corrected namespace in testHoward Hinnant
2012-02-01added const nullptr testsMarshall Clow
2012-02-01removed duplicated tests - Howard was quicker than me.Marshall Clow
2012-02-01Added tests for catching const/non-const nullptrMarshall Clow
2012-02-01Add test for pointer qualification conversion.Howard Hinnant
2012-02-01Add some tests to test catching nullptr with pointers and member pointers. T...Howard Hinnant
2012-02-01Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant
2012-02-01Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant
2012-02-01Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant
2012-02-01Here's a test for catching pointers.Howard Hinnant
2012-01-31More test cases concentrating on catching class types.Howard Hinnant
2012-01-31Some unwinding test casesHoward Hinnant
2012-01-31Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionall...Howard Hinnant
2012-01-31Correct test bug.Howard Hinnant
2012-01-28Minor header fixups for test.Howard Hinnant
2012-01-28Silence a warning.Howard Hinnant
2012-01-24Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant
2012-01-22Change header to generic, instead of implementation specificHoward Hinnant
2012-01-16One more small optimization: Where possible, for loops that do a search and ...Howard Hinnant
2012-01-16Comment smithing. Changed some casts from C-style to C++. And added timings...Howard Hinnant
2012-01-16I think this is getting close on __dynamic_cast. There's been quite a bit of...Howard Hinnant
2012-01-13Enclosed is a stress test for dynamic_cast. It stresses both libc++abi, and ...Howard Hinnant
2012-01-12Oops, forgot to svn add the new test.Howard Hinnant
2012-01-12Put debug print statments under a flag so that I can get a first glimpse at p...Howard Hinnant
2012-01-12Fixed a couple of bugs, updated many comments, and am including a comprehensi...Howard Hinnant
2011-12-15Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant
2011-12-13Fix size calculation for pointer to member functionHoward Hinnant