This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0bbdb288ca Add { } to silence compiler warning [NFC] new a12e071469 Add support for attributes on @implementations in Objective-C new 765bbb23ec Support objc_nonlazy_class attribute on Objective-C implementations
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/Basic/AttrDocs.td | 16 +++---- include/clang/Basic/DiagnosticParseKinds.td | 2 +- include/clang/Parse/Parser.h | 3 +- include/clang/Sema/Sema.h | 14 +++--- lib/CodeGen/CGObjCMac.cpp | 3 +- lib/Parse/ParseObjc.cpp | 11 ++--- lib/Parse/Parser.cpp | 8 +++- lib/Sema/SemaDeclObjC.cpp | 12 ++++- test/CodeGenObjC/non-lazy-classes.m | 16 +++++-- test/FixIt/fixit-pragma-attribute.cpp | 4 +- ...pragma-attribute-supported-attributes-list.test | 6 +-- test/Parser/attributes.mm | 9 ++-- test/Parser/objc-implementation-attrs.m | 53 ++++++++++++++++++++++ test/Parser/placeholder-recovery.m | 2 +- test/Sema/pragma-attribute-strict-subjects.c | 3 +- test/SemaObjC/attr-objc-non-lazy.m | 7 ++- test/SemaObjC/objc-asm-attribute-neg-test.m | 6 +-- 18 files changed, 134 insertions(+), 47 deletions(-) create mode 100644 test/Parser/objc-implementation-attrs.m