summaryrefslogtreecommitdiff
path: root/include/lldb/Expression/ExpressionParser.h
AgeCommit message (Expand)Author
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-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-30Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann
2018-08-30Added initial code completion support for the `expr` commandRaphael Isemann
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-05-12Rename Error -> Status.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-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2015-10-07Reduce header inclusion in Expression.Bruce Mitchener
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-23Fix indentation in ExpressionParser.h.Bruce Mitchener
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