Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -67/+60 |
* | Removed an override of LookupSymbol that mistakenly disabled it for Clang. | Sean Callanan | 2016-03-28 | 1 | -3/+0 |
* | Handle any persistent Decl in the Clang expression parser, not just types. | Sean Callanan | 2016-03-19 | 1 | -6/+6 |
* | Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin... | Eugene Zelenko | 2015-10-21 | 1 | -12/+12 |
* | Eliminated redundant "constructors" for ClangExpressionVariable. ... | Sean Callanan | 2015-10-01 | 1 | -4/+4 |
* | Changed PersistentExpressionState to allow symbol lookups. Clang doesn't | Sean Callanan | 2015-10-01 | 1 | -0/+3 |
* | Now persistent expression data no longer lives with the Target, but rather with | Sean Callanan | 2015-09-30 | 1 | -3/+15 |
* | Moved more Clang-specific parts of the expression parser into the Clang plugin. | Sean Callanan | 2015-09-25 | 1 | -0/+91 |