aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17NFC: Make the copies of the demangler byte-for-byte identicalErik Pilkington1-0/+1
2018-10-17Port libcxxabi r344607 into llvmPavel Labath1-1/+2
2018-08-26Avoid specializing a variadic member template in a way that seems to notChandler Carruth1-15/+13
2018-08-25Remove superfluous semicolon. NFCI.Simon Pilgrim1-1/+1
2018-08-24Allow demangler's node allocator to fail, and bail out of the entireRichard Smith1-5/+21
2018-08-24Add data structure to form equivalence classes of mangled names.Richard Smith1-0/+307