[PATCH] D86049: RFC: Implement optional exportable wrapper function generation for objc_direct methods.
Puyan Lotfi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 10 00:38:46 PDT 2022
plotfi marked an inline comment as done.
plotfi added inline comments.
================
Comment at: clang/test/CodeGenObjC/objc-direct-wrapper.m:35
+
+ at interface C
+- (void)testMethod:(int)arg1 bar:(float)arg2 OBJC_DIRECT;
----------------
dmaclach wrote:
> I'd like to see a test for the protocol case for coverage.
How does this test look for protocol?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86049/new/
https://reviews.llvm.org/D86049
More information about the cfe-commits
mailing list