summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
AgeCommit message (Expand)Author
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2022-07-22[LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-03[lldb] Delete ClangForward.hAlex Langford
2020-01-31[lldb][NFC] Remove ParserVars::m_parser_type member that was never readRaphael Isemann
2019-11-13[LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
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
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-01Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan
2015-09-08ExpressionVariable now uses llvm::cast() instead of As...() for RTTI.Sean Callanan
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan
2015-09-03In preparation for factoring persistent variables into a generic part and aSean Callanan