[clang] [SystemZ][z/OS] Implement _Export keyword (PR #140944)

Sean Perry via cfe-commits cfe-commits at lists.llvm.org
Wed May 21 12:53:59 PDT 2025


perry-ca wrote:

> I am not seeing any syntax tests for `_Export` in disallowed positions. For example:
> 
> ```c++
> int _Export *x = 0;
> ```
> 
> It's not the end of the world if it happens to be accepted, but it is potentially worth noting.

I'll add a few tests.

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


More information about the cfe-commits mailing list