efriedma-quic wrote: I think we want to follow the new gcc behavior for both C and C++. It's more intuitive to just say that scalars are initialized, whatever jumps exist.
(I don't think the gcc developers intentionally introduced divergence between C and C++ here; it just requires a separate patch for C because they don't have a unified C/C++ frontend.) https://github.com/llvm/llvm-project/pull/178318 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
