summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-1/+2
* Don't take the address of an xvalue when printing an expr resultRaphael Isemann2018-07-091-3/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Update to match clang r291737.Richard Smith2017-01-121-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-426/+369
* Check whether Sema::CreateBuiltinUnaryOp returns an empty result.Jim Ingham2016-07-071-0/+2
* Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham2016-07-071-2/+2
* Backend support for top-level Clang epxressionsSean Callanan2016-03-221-29/+87
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-191-1/+1
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-1/+1
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+1
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+514
OpenPOWER on IntegriCloud