summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/demangle/ItaniumDemangle.h
Commit message (Expand)AuthorAgeFilesLines
* [demangle] Copy back some NFC commits from LLVMErik Pilkington2020-01-091-4/+4
* [demangle] NFC: get rid of NodeOrStringErik Pilkington2019-11-041-55/+19
* Fix incorrect demangling of call operator of lambda with explicitRichard Smith2019-09-091-4/+0
* Simplify demangler rule for lambda-expressions to match discussion onRichard Smith2019-09-091-44/+16
* Synchronize LLVM's copy of libc++abi's demangler with the libc++abiRichard Smith2019-09-071-1/+2
* Implement demangling support for C++20 lambda expression extensions.Richard Smith2019-09-061-29/+407
* [demangle] Support for C++2a char8_tErik Pilkington2019-06-281-0/+4
* [demangle] Special case clang's creative mangling of __uuidof expressions.Erik Pilkington2019-06-181-0/+31
* [demangle] Vendor extended types shouldn't be considered substitution candidatesErik Pilkington2019-06-101-1/+5
* llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtorsNico Weber2019-04-031-7/+10
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [demangler] Support for block literals.Erik Pilkington2019-01-171-0/+6
* [demangler] Ignore leading underscores if presentErik Pilkington2019-01-171-2/+2
* NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington2019-01-171-16/+14
* [Demangle] remove itaniumFindTypesInMangledNamePavel Labath2018-11-271-6/+0
* Use C++11 fallthrough attribute syntax when available and add a breakReid Kleckner2018-11-011-0/+1
* cxa_demangle: make demangler's parsing functions overridablePavel Labath2018-10-161-302/+362
* Port llvm r342166 to libcxxabi demanglerPavel Labath2018-10-101-19/+16
* Port my recent changes from LLVM copy of the demangler:Richard Smith2018-08-241-24/+74
* Port LLVM r340203 (and r340205) to libcxxabi.Richard Smith2018-08-201-0/+5087
OpenPOWER on IntegriCloud