This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fc73f1c464 Fix test regression in r341862 new 04c9c6990b [Sema][ObjC] Infer availability of +new from availability of -init.
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 | 4 +- include/clang/AST/DeclObjC.h | 3 ++ include/clang/AST/NSAPI.h | 11 +++++- include/clang/Sema/Sema.h | 6 ++- lib/AST/DeclObjC.cpp | 8 ++++ lib/AST/NSAPI.cpp | 8 ++++ lib/Sema/SemaDeclAttr.cpp | 43 +++++++++++++++++---- lib/Sema/SemaExpr.cpp | 5 ++- lib/Sema/SemaExprObjC.cpp | 12 ++++-- test/SemaObjC/infer-availability-from-init.m | 58 ++++++++++++++++++++++++++++ 10 files changed, 140 insertions(+), 18 deletions(-) create mode 100644 test/SemaObjC/infer-availability-from-init.m