This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 189f54bbe7 [ObjC++] Never pass structs that transitively contain __weak [...] new 0bcb7e49fa Revert "[ObjC++] Never pass structs that transitively contai [...] new 92959393a7 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
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/AST/ASTImporter.h | 46 +- include/clang/AST/Decl.h | 45 +- include/clang/AST/Type.h | 2 + lib/AST/ASTImporter.cpp | 812 +++++++++++++++--------------- lib/AST/Decl.cpp | 2 +- lib/AST/DeclCXX.cpp | 9 +- lib/AST/Type.cpp | 11 + lib/Sema/SemaDecl.cpp | 9 +- lib/Sema/SemaDeclCXX.cpp | 30 +- lib/Serialization/ASTReaderDecl.cpp | 5 +- lib/Serialization/ASTWriter.cpp | 2 +- lib/Serialization/ASTWriterDecl.cpp | 5 +- test/CodeGenObjCXX/objc-struct-cxx-abi.mm | 29 -- 13 files changed, 479 insertions(+), 528 deletions(-)