JustinStitt wrote: @efriedma-quic > In this form, the declaration is never reached, so the whole sentence is > irrelevant.
This fails for both C and C++. I think the spec hints that this should pass for at least C. GCC gets this right (for both C and C++). I'll work on a patch to get this to parity with GCC and probably more spec-compliant in some ways. https://github.com/llvm/llvm-project/pull/181937 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
