summaryrefslogtreecommitdiff
path: root/unittests/Language/CPlusPlus
AgeCommit message (Expand)Author
2019-05-31Make CPlusPlusNameParser robust against nullptr StringRefs.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-06CPlusPlusLanguage: Use new demangler API to implement type substitutionPavel Labath
2018-11-06[PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov
2018-08-13Straight forward FastDemangle replacement in SubsPrimitiveParmItaniumStefan Granitz
2018-05-10CPlusPlusLanguage: Add unit tests for the FindAlternateFunctionManglings methodPavel Labath
2018-02-06More correct handling of error cases C++ name parserEugene Zemtsov
2017-07-13Enable parsing C++ names generated by lambda functions.Jim Ingham
2017-04-06Add more tests for ExtractContextAndIdentifierEugene Zemtsov
2017-04-06New C++ function name parsing logic (Resubmit)Eugene Zemtsov
2017-04-05Reverting r299374 & r299402 due to testsuite failure.Jim Ingham
2017-04-03New C++ function name parsing logicEugene Zemtsov
2017-02-01[CMake] Update unit tests with accurate dependenciesChris Bieneman
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-18Fix parsing of complicated C++ namesPavel Labath