summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h
AgeCommit message (Expand)Author
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-10-31[lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodName::GetReturnTypeMichael Buch
2022-10-21[lldb][CPlusPlus] Add abi_tag support to the CPlusPlusNameParserMichael Buch
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-07-13Enable parsing C++ names generated by lambda functions.Jim Ingham
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