This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f59e144 Remove an overly aggressive assert in r298491 and leave a com [...] new f676817 Revert "iFix Test deprecation behavior in C89 mode as a resul [...] new d29393e Revert "Correct class-template deprecation behavior"
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/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 | 23 +++++------ 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, 43 insertions(+), 144 deletions(-)