[clang] [C23] Implement WG14 N3037 (PR #132939)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon May 5 05:21:16 PDT 2025
AaronBallman 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/138516
https://github.com/llvm/llvm-project/pull/132939
More information about the cfe-commits
mailing list