summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/test_demangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.Anders Carlsson2014-02-171-0/+1
* 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
* 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
* Fix bug in cxa_demangle involving template substitution.Howard Hinnant2012-05-021-0/+1
* corrected namespace in testHoward Hinnant2012-02-021-1/+1
* Change header to generic, instead of implementation specificHoward Hinnant2012-01-221-1/+1
* Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant2011-12-151-0/+3
* Fix size calculation for pointer to member functionHoward Hinnant2011-12-131-0/+2
* Added support for <special-name> ::= TC <first type> <number> _ <second type>...Howard Hinnant2011-12-091-0/+2
* Updated heuristic regulating small string bufferHoward Hinnant2011-12-011-0/+1
* demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant2011-08-121-1/+1
* In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant2011-06-221-2/+2
* initial importHoward Hinnant2011-05-051-0/+29635
OpenPOWER on IntegriCloud