summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-568/+525
* Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan2016-06-301-2/+0
* Don't omit `this' from expression args if it couldn't be read, but warn loudly.Sean Callanan2016-06-221-5/+4
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-291-1/+1
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-281-1/+1
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-281-1/+1
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-33/+21
* Record all translation units with more than one function in them (e.g., blocks).Sean Callanan2016-03-261-3/+9
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-7/+38
* Backend support for top-level Clang epxressionsSean Callanan2016-03-221-74/+109
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-24/+26
* AddInitialArguments -> AddArguments, and we pass in the struct_address and pu...Jim Ingham2015-11-051-4/+9
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-4/+8
* Create an expression parser for Go.Ryan Brown2015-11-021-7/+4
* Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan2015-10-031-3/+55
* 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/+615
OpenPOWER on IntegriCloud