This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a55f05c7b1 Address comments that escaped D33333 new e300395c37 [Sema] Don't allow -Wunguarded-availability to be silenced w [...]
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/DiagnosticSemaKinds.td | 2 +- include/clang/Sema/DelayedDiagnostic.h | 14 +++- include/clang/Sema/Sema.h | 16 ++-- lib/Sema/DelayedDiagnostic.cpp | 6 +- lib/Sema/SemaDeclAttr.cpp | 115 ++++++++++++++++++++--------- lib/Sema/SemaExpr.cpp | 97 ++++++++---------------- test/Sema/attr-availability.c | 25 +++++-- test/Sema/attr-deprecated.c | 4 +- test/Sema/attr-unavailable-message.c | 8 +- test/SemaCXX/attr-deprecated.cpp | 8 +- test/SemaObjC/attr-availability.m | 30 ++++++-- test/SemaObjC/unguarded-availability-new.m | 8 +- test/SemaObjC/unguarded-availability.m | 35 ++++++++- 13 files changed, 220 insertions(+), 148 deletions(-)