summaryrefslogtreecommitdiff
path: root/test/test_demangle.cpp
AgeCommit message (Expand)Author
2014-05-12PR19091: Track whether we're demangling a function template specialization toRichard Smith
2014-05-10Implement ARM EHABI exception handling.Logan Chien
2014-02-17Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.Anders Carlsson
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-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-05-02Fix bug in cxa_demangle involving template substitution.Howard Hinnant
2012-02-02corrected namespace in testHoward Hinnant
2012-01-22Change header to generic, instead of implementation specificHoward 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
2011-12-09Added support for <special-name> ::= TC <first type> <number> _ <second type>...Howard Hinnant
2011-12-01Updated heuristic regulating small string bufferHoward Hinnant
2011-08-12demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant
2011-06-22In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant
2011-05-05initial importHoward Hinnant