summaryrefslogtreecommitdiff
path: root/src/cxa_demangle.cpp
AgeCommit message (Expand)Author
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-10-22Move local Db type out to namespace scope.Howard Hinnant
2013-07-26I had a buffer mismanagement bug in the demangler.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-17Tweaks/cleanups provided by Matthew DempskyHoward 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-12-05Rename class __lambda_node to ___lambda_node to fix compile failure with gcc ...Daniel Malea
2012-11-30__list::ends_with_template was giving the wrong answer for empty lists. And ...Howard Hinnant
2012-09-21Rename class __lambda to __lambda_node to avoid clash with gcc. This fixes h...Howard Hinnant
2012-09-13Specifically disallow primary-expressions of the form LT_... on the basis of ...Howard Hinnant
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-29Andrew Morrow: The variable 't1' on line 10188 of cxa_demangle.cpp is uninit...Howard Hinnant
2012-06-15Don't dereference root in __parse_ctor_dtor_name unless it is known to not be...Howard Hinnant
2012-05-02Fix bug in cxa_demangle involving template substitution.Howard Hinnant
2012-04-18Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...Howard Hinnant
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant
2012-03-08Enable/silence -Wconversion.Howard Hinnant
2012-03-08Enable/silence -Wsign-conversion.Howard Hinnant
2012-02-02Work on restricting symbol visibility.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
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-11-28Add alignment requirement to char bufferHoward Hinnant
2011-08-12demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant
2011-08-08Silence some -Wall warnings pointed out by Marshall ClowHoward Hinnant
2011-06-22In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant
2011-05-05initial importHoward Hinnant