summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
AgeCommit message (Expand)Author
2025-03-28[lldb] Use *Set::insert_range and a range constructor (NFC) (#133548)Kazu Hirata
2025-02-05[clang] NFC: rename MatchedPackOnParmToNonPackOnArg to StrictPackMatch (#125418)Matheus Izvekov
2025-02-05Reland: [clang] fix P3310 overload resolution flag propagation (#125791)Matheus Izvekov
2023-01-27[lldb][CXXModuleHandler] Set TemplateArgument::IsDefaultedMichael Buch
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-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-23[lldb] CxxModuleHandler - use cast<> instead of dyn_cast<> to avoid dereferen...Simon Pilgrim
2021-01-27[lldb] Add move_iterator to supported template listRaphael Isemann
2020-12-17[lldb] Add std::array to the supported template list of the CxxModuleHandlerRaphael Isemann
2020-09-28[lldb][NFC] Minor cleanup in CxxModuleHandler::tryInstantiateStdTemplateRaphael Isemann
2020-09-09[lldb] Enable std::pair in CxxModuleHandlerRaphael Isemann
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-06-19As part of using inclusive language with the llvm project,Eric Christopher
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford