This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 691196ab66 [clang-format] Improve detection of Objective-C block types new b031fdc9b7 Revert "[ObjC] Allow declaring __weak pointer fields in C st [...]
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 | 18 --- include/clang/AST/DeclCXX.h | 18 +++ include/clang/AST/Type.h | 10 -- lib/AST/ASTImporter.cpp | 1 + lib/AST/Decl.cpp | 3 +- lib/AST/DeclCXX.cpp | 1 + lib/AST/Type.cpp | 32 +--- lib/CodeGen/CGBlocks.cpp | 7 +- lib/CodeGen/CGNonTrivialStruct.cpp | 59 +------ lib/CodeGen/CGObjC.cpp | 15 -- lib/CodeGen/CodeGenFunction.h | 2 - lib/CodeGen/TargetInfo.cpp | 27 +--- lib/Sema/SemaDecl.cpp | 8 +- lib/Serialization/ASTReaderDecl.cpp | 3 +- lib/Serialization/ASTWriter.cpp | 1 + lib/Serialization/ASTWriterDecl.cpp | 2 - test/CodeGenObjC/nontrivial-c-struct-exception.m | 31 +--- test/CodeGenObjC/weak-in-c-struct.m | 193 ----------------------- 18 files changed, 51 insertions(+), 380 deletions(-) delete mode 100644 test/CodeGenObjC/weak-in-c-struct.m