This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9bd00f2 Update Clang for LLVM rename AttributeSet -> AttributeList new c131236 Correct class-template deprecation behavior
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/Basic/Attr.td | 6 +++ include/clang/Sema/Sema.h | 6 +++ lib/Sema/SemaDeclAttr.cpp | 5 ++- lib/Sema/SemaTemplate.cpp | 7 ++++ lib/Sema/SemaTemplateInstantiate.cpp | 3 ++ lib/Sema/SemaTemplateInstantiateDecl.cpp | 32 +++++++++++++++- .../dcl.dcl/dcl.attr/dcl.attr.deprecated/p1.cpp | 37 ++++++++++++++++-- test/Sema/attr-deprecated.c | 20 +++++----- test/SemaCXX/attr-deprecated.cpp | 12 +++--- test/SemaObjC/attr-deprecated.m | 4 +- test/SemaObjC/special-dep-unavail-warning.m | 4 +- test/SemaObjC/warn-deprecated-implementations.m | 4 +- utils/TableGen/ClangAttrEmitter.cpp | 44 ++++++++++++++-------- 13 files changed, 141 insertions(+), 43 deletions(-)