[PATCH] D59628: Add support for __attribute__((objc_class_stub))
Slava Pestov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 26 15:38:30 PDT 2019
slavapestov updated this revision to Diff 192378.
slavapestov marked 2 inline comments as done.
slavapestov added a comment.
Second revision adds the following:
- Validation of the attribute in Sema
- Sema tests for the above
- Correct behavior of super method calls of a class with the attribute
- More comprehensive CodeGen tests
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59628/new/
https://reviews.llvm.org/D59628
Files:
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/ObjCRuntime.h
lib/CodeGen/CGObjCMac.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclObjC.cpp
test/CodeGenObjC/class-stubs.m
test/Misc/pragma-attribute-supported-attributes-list.test
test/SemaObjC/class-stub-attr-unsupported.m
test/SemaObjC/class-stub-attr.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59628.192378.patch
Type: text/x-patch
Size: 17707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190326/266ea678/attachment-0001.bin>
More information about the cfe-commits
mailing list