summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/demangle
Commit message (Expand)AuthorAgeFilesLines
* [demangle] Copy back some NFC commits from LLVMErik Pilkington2020-01-092-8/+8
* [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
* Update DemangleConfig.h to better mangle LLVM's version.Eric Fiselier2019-04-301-12/+68
* 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
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [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-176-30/+146
* [Demangle] remove itaniumFindTypesInMangledNamePavel Labath2018-11-271-6/+0
* Port LLVM r346606 to libcxxabi.Nico Weber2018-11-111-2/+2
* 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
* Override libcxxabi's .clang-format in the demangle directoryErik Pilkington2018-10-111-0/+2
* Port llvm r342166 to libcxxabi demanglerPavel Labath2018-10-101-19/+16
* Merge Demangle change in r342330 to libcxxabi.Nico Weber2018-09-151-16/+15
* 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
* [demangler] call terminate() if allocation failedErik Pilkington2018-07-231-0/+4
* Merge changes to ItaniumDemangle over to libcxxabi.Zachary Turner2018-07-203-0/+319
OpenPOWER on IntegriCloud