[clang] [SystemZ][z/OS] Add visibility features for z/OS (eg. _Export, pragma export) (PR #111035)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 11 11:14:02 PDT 2025


================
@@ -1956,6 +1964,10 @@ class Declarator {
   LLVM_PREFERRED_TYPE(bool)
   unsigned InlineStorageUsed : 1;
 
+  /// Indicates whether this is set as _Export
----------------
AaronBallman wrote:

```suggestion
  /// Indicates whether this is set as _Export.
```

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


More information about the cfe-commits mailing list