aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-57/+49
2016-03-19Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan1-7/+17
2015-10-01Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan1-4/+4
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan1-1/+1
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan1-0/+84