summaryrefslogtreecommitdiff
path: root/include/lldb/Expression/Expression.h
AgeCommit message (Expand)Author
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-13Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.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-05-05Add DidStartExecuting/WillFinishExecuting methods to Expression.Lang Hames
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-11-03Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham
2015-09-21Further reduction of Clang-related header inclusion.Bruce Mitchener
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham