summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
AgeCommit message (Expand)Author
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2023-01-04[lldb] Remove unneeded .get() NFCFangrui Song
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
2021-05-24[lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from...Alex Langford
2020-03-23Internal expressions shouldn't increment the result variable numbering.Jim Ingham
2020-02-04[lldb] Remove clang classes from lldb-forward.hAlex Langford
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-28[lldb] Remove ClangASTImporter from TargetAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2020-01-01[lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...Raphael Isemann
2019-12-28[lldb][NFC] Remove GetASTContext call in ClangPersistentVariablesRaphael Isemann
2019-08-05[lldb][NFC] Document and refactor ClangPersistentVariables::RemovePersistentV...Raphael Isemann
2019-08-05[lldb][NFC] Fix documentation for ClangPersistentVariables::m_next_persistent...Raphael Isemann
2019-06-12[Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl
2018-04-30Move the persistent variable counter into TargetAdrian Prantl
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-19Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan
2015-10-01Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan