This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e8307fb7c Make the FindTypes(std::vector<CompilerContext>, ...) API tes [...] new 6b6981ff1 [ClangExpressionParser] Add ClangDeclVendor
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/DeclVendor.h | 21 +++++------ .../ExpressionParser/Clang/ClangASTSource.cpp | 14 ++++---- .../ExpressionParser/Clang/ClangDeclVendor.h | 42 ++++++++++++++++++++++ .../Clang/ClangModulesDeclVendor.cpp | 3 +- .../Clang/ClangModulesDeclVendor.h | 9 +++-- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 13 +++---- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h | 8 +++-- 7 files changed, 81 insertions(+), 29 deletions(-) create mode 100644 source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h