summaryrefslogtreecommitdiff
path: root/unittests/Demangle
AgeCommit message (Collapse)Author
2018-05-24[demangler] Add ItaniumPartialDemangler::isCtorOrDtorFangrui Song
Reviewers: erik.pilkington, ruiu, echristo, pcc Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D47248 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333159 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-14Inline a few CMake variables into their only uses.Nico Weber
No behavior change. Makes unittests CMakeLists.txt files more self-consistent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332280 91177308-0d34-0410-b5e6-96231b3b80d8
2018-04-13Fix another bot failure from r329951.Erik Pilkington
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329986 91177308-0d34-0410-b5e6-96231b3b80d8
2018-04-12Free a pointer, fix a bot.Erik Pilkington
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329969 91177308-0d34-0410-b5e6-96231b3b80d8
2018-04-12[demangler] Add a partial demangling API for LLDB.Erik Pilkington
This parses a mangled name into an AST (typically an intermediate stage in itaniumDemangle) and provides some functions to query certain properties or print certain parts of the demangled name. Differential revision: https://reviews.llvm.org/D44668 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329951 91177308-0d34-0410-b5e6-96231b3b80d8