This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ed367df541 [Modules] Fix overly conservative assertion for import diagnostic new b4d1da0e78 Enhance the 'diagnose_if' attribute so that we can apply it [...]
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 | 7 +++++-- include/clang/Basic/DiagnosticSemaKinds.td | 1 + include/clang/Sema/AttributeList.h | 1 + include/clang/Sema/Sema.h | 2 +- lib/Lex/PPMacroExpansion.cpp | 1 + lib/Sema/SemaDeclAttr.cpp | 9 +++++---- lib/Sema/SemaExpr.cpp | 13 ++++++++++++- lib/Sema/SemaOverload.cpp | 10 +++++----- test/SemaObjC/diagnose_if.m | 16 ++++++++++++++++ utils/TableGen/ClangAttrEmitter.cpp | 6 +++++- 10 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 test/SemaObjC/diagnose_if.m