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

Something like 

```
__attribute__((visibility("hidden")))
@interface Foo  {
@public 
int _ivar;
}
@
```
?

https://github.com/llvm/llvm-project/pull/83632
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to