Aaron Ballman 15f7e02940
[C23] Disable diagnostic on struct defn in prototype (#138516)
Thanks to changes to type compatibility rules via WG14 N3007, these
functions can now be called with a compatible type even within the same
TU, which makes the -Wvisibility diagnostic too chatty to have on by
default.

So in C23 mode, -Wvisibility will only diagnose an incomplete tag type
declared in a function prototype. If the tag is defined in the
prototype, the diagnostic is silenced.
2025-05-05 10:40:05 -04:00
..
2022-12-08 13:19:29 -05:00
2022-07-12 15:18:03 -04:00
2022-10-24 15:11:04 -04:00
2023-08-10 13:57:40 -04:00