[clang] [llvm] [InstallAPI] Collect symbols from ObjC Ivars (PR #83632)

Juergen Ributzka via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 1 15:15:44 PST 2024


================
@@ -27,12 +27,40 @@ __attribute__((objc_exception))
 @interface Exception 
 @end
 
+
+//--- Foo.framework/PrivateHeaders/Foo_Private.h
+#import <Foo/Foo.h>
+
+ at interface ClassWithIvars : Visible  {
----------------
ributzka wrote:

Please also add a test that has the reverse order of access control.

https://github.com/llvm/llvm-project/pull/83632


More information about the cfe-commits mailing list