This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d49e836 [Modules] Find PrivateHeaders when looking into subframeworks new 8cf917c [index/AST] Determine if a typedef shares a name and spelling [...] new 9bd00f2 Update Clang for LLVM rename AttributeSet -> AttributeList
The 2 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/clang-c/Index.h | 10 ++++++ include/clang/AST/Decl.h | 18 +++++++++- lib/AST/Decl.cpp | 24 +++++++++++++ lib/CodeGen/CGBuiltin.cpp | 28 +++++++-------- lib/CodeGen/CGCXX.cpp | 2 +- lib/CodeGen/CGCall.cpp | 72 ++++++++++++++++++------------------- lib/CodeGen/CGCall.h | 52 +++++++++++++-------------- lib/CodeGen/CGDeclCXX.cpp | 2 +- lib/CodeGen/CGException.cpp | 2 +- lib/CodeGen/CGExpr.cpp | 6 ++-- lib/CodeGen/CGExprCXX.cpp | 4 +-- lib/CodeGen/CGObjC.cpp | 2 +- lib/CodeGen/CGObjCMac.cpp | 24 ++++++------- lib/CodeGen/CGStmt.cpp | 8 ++--- lib/CodeGen/CGVTables.cpp | 4 +-- lib/CodeGen/CodeGenModule.cpp | 76 ++++++++++++++++++--------------------- lib/CodeGen/CodeGenModule.h | 20 +++++------ lib/CodeGen/ItaniumCXXABI.cpp | 36 ++++++++++--------- lib/CodeGen/MicrosoftCXXABI.cpp | 23 ++++++------ lib/CodeGen/TargetInfo.cpp | 16 ++++----- lib/Index/IndexDecl.cpp | 5 +-- lib/Index/IndexTypeSourceInfo.cpp | 12 +++++-- test/Index/Core/index-source.m | 36 +++++++++++++++++++ test/Index/get-cursor.m | 33 +++++++++++++++++ tools/c-index-test/c-index-test.c | 9 +++++ tools/libclang/CXType.cpp | 9 +++++ tools/libclang/libclang.exports | 1 + 27 files changed, 331 insertions(+), 203 deletions(-)