summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
AgeCommit message (Expand)Author
2023-04-14[lldb] Allow evaluating expressions in C++20 modeMichael Buch
2023-03-10[NFC] fix typo `funciton` -> `function`Yuanfang Chen
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-12-17[lldb] llvm::Optional::value() && => operator*/operator->Fangrui Song
2022-12-05Remove "using llvm::None;" in *.cppKazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (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
2022-10-10[lldb][CPlusPlusLanguage] Respect the step-avoid-regex for functions with aut...Michael Buch
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2020-03-30[LLDB] Initialize temporary tokenBenjamin Kramer
2020-03-27[LLDB] CPlusPlusNameParser does not handles templated operator< properlyshafik
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-06More correct handling of error cases C++ name parserEugene Zemtsov
2017-12-04Switch from C++1z to C++17; corresponds to r319688 in Clang.Aaron Ballman
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