This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from fd89651cd Add a few missing newlines in lldb-server messages new ea5ad7e0d [Expression parser] Setting to enable use of ExternalASTMerger
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Symbol/ClangASTContext.h | 14 +- include/lldb/Symbol/DeclVendor.h | 11 + include/lldb/Target/Target.h | 2 + .../ExpressionParser/Clang/ClangASTSource.cpp | 323 +++++++++++++++++---- .../ExpressionParser/Clang/ClangASTSource.h | 93 +++++- .../Clang/ClangExpressionDeclMap.cpp | 198 ++++++++++--- .../Clang/ClangExpressionDeclMap.h | 17 ++ .../Clang/ClangExpressionParser.cpp | 2 +- .../Clang/ClangModulesDeclVendor.cpp | 8 + .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 8 + .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h | 2 + source/Symbol/ClangASTContext.cpp | 10 +- source/Target/Target.cpp | 16 +- 13 files changed, 588 insertions(+), 116 deletions(-)