aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/src/demangle
AgeCommit message (Expand)AuthorFilesLines
2018-11-27[Demangle] remove itaniumFindTypesInMangledNamePavel Labath1-6/+0
2018-11-11Port LLVM r346606 to libcxxabi.Nico Weber1-2/+2
2018-11-01Use C++11 fallthrough attribute syntax when available and add a breakReid Kleckner1-0/+1
2018-10-16cxa_demangle: make demangler's parsing functions overridablePavel Labath1-302/+362
2018-10-11Override libcxxabi's .clang-format in the demangle directoryErik Pilkington1-0/+2
2018-10-10Port llvm r342166 to libcxxabi demanglerPavel Labath1-19/+16
2018-09-15Merge Demangle change in r342330 to libcxxabi.Nico Weber1-16/+15
2018-08-24Port my recent changes from LLVM copy of the demangler:Richard Smith1-24/+74
2018-08-20Port LLVM r340203 (and r340205) to libcxxabi.Richard Smith1-0/+5087
2018-07-23[demangler] call terminate() if allocation failedErik Pilkington1-0/+4
2018-07-20Merge changes to ItaniumDemangle over to libcxxabi.Zachary Turner3-0/+319