summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-10-05Delete unused global in ClangExpressionVariable.cppLuke Drummond
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