summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_demangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move local Db type out to namespace scope.Howard Hinnant2013-10-221-22/+23
* I had a buffer mismanagement bug in the demangler.Howard Hinnant2013-07-261-1/+5
* I'd no sooner made the last commit when Matthew Dempsky sent me another test ...Howard Hinnant2013-06-231-48/+15
* After a private conversation with Arthur O'Dwyer, and a good night's sleep, I...Howard Hinnant2013-06-231-6/+37
* Filter out '`' in mangled strings and reject them as invalid if found.Howard Hinnant2013-06-231-1/+1
* I created a random mangled name generator and have thrown about 200 million r...Howard Hinnant2013-06-211-4/+2
* Another demangler crasher. Updated test suite to prevent regression.Howard Hinnant2013-06-201-57/+263
* Protect against invalid mangled names. Add test suite for invalid mangled na...Howard Hinnant2013-06-201-1/+1
* Demangle objc mangling implemented in r184250Howard Hinnant2013-06-191-3/+32
* Tweaks/cleanups provided by Matthew DempskyHoward Hinnant2013-06-171-12/+6
* Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant2013-06-171-9843/+3183
* Add capability to demangle invocation functions for ObjC blocks.Howard Hinnant2013-04-101-0/+81
* Rename class __lambda_node to ___lambda_node to fix compile failure with gcc ...Daniel Malea2012-12-051-3/+3
* __list::ends_with_template was giving the wrong answer for empty lists. And ...Howard Hinnant2012-11-301-30/+51
* Rename class __lambda to __lambda_node to avoid clash with gcc. This fixes h...Howard Hinnant2012-09-211-3/+3
* Specifically disallow primary-expressions of the form LT_... on the basis of ...Howard Hinnant2012-09-131-0/+4
* Fixes apple: #12020687. This was a problem in the demangler with templateHoward Hinnant2012-08-031-2/+3
* Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...Howard Hinnant2012-08-011-4/+133
* Andrew Morrow: The variable 't1' on line 10188 of cxa_demangle.cpp is uninit...Howard Hinnant2012-07-291-1/+1
* Don't dereference root in __parse_ctor_dtor_name unless it is known to not be...Howard Hinnant2012-06-151-1/+1
* Fix bug in cxa_demangle involving template substitution.Howard Hinnant2012-05-021-6/+9
* Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...Howard Hinnant2012-04-181-2/+2
* Enable / silence -Wunused-parameter.Howard Hinnant2012-03-091-5/+5
* Enable/silence -Wsign-compare.Howard Hinnant2012-03-081-10/+10
* Enable/silence -Wconversion.Howard Hinnant2012-03-081-3/+3
* Enable/silence -Wsign-conversion.Howard Hinnant2012-03-081-229/+309
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-3/+3
* Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant2011-12-151-4573/+214
* Fix size calculation for pointer to member functionHoward Hinnant2011-12-131-1/+3
* Added support for <special-name> ::= TC <first type> <number> _ <second type>...Howard Hinnant2011-12-091-1/+131
* Updated heuristic regulating small string bufferHoward Hinnant2011-12-011-1/+4
* Add alignment requirement to char bufferHoward Hinnant2011-11-281-1/+1
* demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant2011-08-121-0/+102
* Silence some -Wall warnings pointed out by Marshall ClowHoward Hinnant2011-08-081-52/+0
* In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant2011-06-221-38/+77
* initial importHoward Hinnant2011-05-051-0/+14933
OpenPOWER on IntegriCloud