summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-1/+1
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-121-3/+6
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-241-1/+0
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-0/+5
* [lldb][NFC] Make include directories in Clang expression parser a std::stringRaphael Isemann2019-09-111-1/+1
* [lldb][NFC] Move Clang-specific flags to ClangUserExpressionRaphael Isemann2019-08-301-0/+17
* [lldb][NFC] Document options parameter in ClangUserExpression constructorRaphael Isemann2019-08-291-0/+3
* [lldb][NFC] Refactor ClangUserExpression::UpdateLanguageForExprRaphael Isemann2019-08-051-4/+5
* Inject only relevant local variables in the expression evaluation contextRaphael Isemann2019-05-021-2/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-131-0/+5
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-1/+10
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-12/+12
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-3/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Refactor ClangUserExpression::GetLanguageForExprRaphael Isemann2018-09-271-2/+5
* Change type of m_user_expression_start_pos to size_tRaphael Isemann2018-09-221-1/+1
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-301-1/+1
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-0/+7
* Refactor ClangUserExpression::Parse [NFC]Raphael Isemann2018-07-101-0/+7
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-6/+6
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-160/+142
* Backend support for top-level Clang epxressionsSean Callanan2016-03-221-8/+10
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-14/+10
* AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...Jim Ingham2015-11-051-3/+4
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-1/+2
* Create an expression parser for Go.Ryan Brown2015-11-021-2/+2
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-9/+3
* Reduce header inclusion in Expression.Bruce Mitchener2015-10-071-1/+0
* Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan2015-10-031-3/+22
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+204
OpenPOWER on IntegriCloud