summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
AgeCommit message (Expand)Author
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
2022-11-16Make CompilerType safeAdrian Prantl
2021-05-24[lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from...Alex Langford
2020-03-24[lldb][NFC] Mark GetNextPersistentVariableName as overriden to silence warningRaphael Isemann
2020-03-23Internal expressions shouldn't increment the result variable numbering.Jim Ingham
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-04[lldb] Remove clang classes from lldb-forward.hAlex Langford
2020-01-28[lldb] Remove ClangASTImporter from TargetAlex Langford
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-12-28[lldb][NFC] Remove GetASTContext call in ClangPersistentVariablesRaphael Isemann
2019-09-18[lldb] Print better diagnostics for user expressions and modulesRaphael Isemann
2019-08-27Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...Adrian Prantl
2019-08-05[lldb][NFC] Fix documentation for ClangPersistentVariables::m_next_persistent...Raphael Isemann
2019-08-05[lldb][NFC] Clang format GetNextPersistentVariableName signatureRaphael Isemann
2019-08-05[lldb] Move redundant persistent variable counter to ClangPersistentVariablesRaphael Isemann
2019-06-12[Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
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-11-11Remove header grouping comments.Jonas Devlieghere
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2018-04-30Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl
2018-04-30Move the persistent variable counter into TargetAdrian Prantl
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-28Removed an override of LookupSymbol that mistakenly disabled it for Clang.Sean Callanan
2016-03-19Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-01Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan
2015-10-01Changed PersistentExpressionState to allow symbol lookups. Clang doesn'tSean 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