summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-67/+60
* Removed an override of LookupSymbol that mistakenly disabled it for Clang.Sean Callanan2016-03-281-3/+0
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-191-6/+6
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-12/+12
* Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan2015-10-011-4/+4
* Changed PersistentExpressionState to allow symbol lookups. Clang doesn'tSean Callanan2015-10-011-0/+3
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-3/+15
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+91
OpenPOWER on IntegriCloud