[clang] [C23] Implement WG14 N3037 (PR #132939)
Martin Uecker via cfe-commits
cfe-commits at lists.llvm.org
Sun May 4 23:09:39 PDT 2025
uecker wrote:
So one usability issue I noticed that we also had in GCC is that the warning about declaring structs in function prototypes (-Wvisibility) does not make sense anymore and becomes annoying. We turned it off in C23 for complete (but not for incomplete) structs) without tag.
https://github.com/llvm/llvm-project/pull/132939
More information about the cfe-commits
mailing list