This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ecefe8a463 Revert r359814 "[Sema] Emit warning for visibility attribute [...] new a121961bcb Revert "[Attribute/Diagnostics] Print macro if definition is [...]
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/ASTContext.h | 3 -- include/clang/AST/RecursiveASTVisitor.h | 6 --- include/clang/AST/Type.h | 37 ----------------- include/clang/AST/TypeLoc.h | 38 ------------------ include/clang/AST/TypeNodes.def | 1 - include/clang/Parse/Parser.h | 1 - include/clang/Sema/ParsedAttr.h | 23 ----------- include/clang/Sema/Sema.h | 2 +- include/clang/Serialization/ASTBitCodes.h | 5 +-- lib/ARCMigrate/TransGCAttrs.cpp | 3 -- lib/AST/ASTContext.cpp | 19 +-------- lib/AST/ASTDiagnostic.cpp | 5 --- lib/AST/ASTStructuralEquivalence.cpp | 7 ---- lib/AST/ItaniumMangle.cpp | 1 - lib/AST/Type.cpp | 19 --------- lib/AST/TypePrinter.cpp | 16 -------- lib/CodeGen/CGDebugInfo.cpp | 4 -- lib/CodeGen/CodeGenFunction.cpp | 1 - lib/Parse/ParseDecl.cpp | 40 +----------------- lib/Sema/SemaExpr.cpp | 5 +-- lib/Sema/SemaStmt.cpp | 8 ++-- lib/Sema/SemaType.cpp | 27 ++----------- lib/Sema/TreeTransform.h | 27 ------------- lib/Serialization/ASTReader.cpp | 14 ------- lib/Serialization/ASTWriter.cpp | 11 ----- test/Frontend/macro_defined_type.cpp | 15 ------- test/Sema/address_space_print_macro.c | 67 ------------------------------- test/Sema/address_spaces.c | 2 +- test/SemaObjC/externally-retained.m | 6 --- test/SemaObjC/gc-attributes.m | 4 +- test/SemaObjC/mrc-weak.m | 2 +- test/SemaObjCXX/gc-attributes.mm | 4 +- tools/libclang/CIndex.cpp | 4 -- 33 files changed, 20 insertions(+), 407 deletions(-) delete mode 100644 test/Frontend/macro_defined_type.cpp delete mode 100644 test/Sema/address_space_print_macro.c