This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 761af913a3 [AST] Fix some Clang-tidy modernize-use-auto warnings; other [...] new a7ab7e151c [ObjC++] Never pass structs that transitively contain __weak [...]
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/clang/AST/Decl.h | 45 ++++++++++++++++++++++++------- include/clang/AST/Type.h | 2 -- 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 ++++++++++++++++++++ 11 files changed, 102 insertions(+), 47 deletions(-)