[clang] [C] Add -Wjump-bypasses-init (PR #138009)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 30 11:29:25 PDT 2025


AaronBallman wrote:

> Frightening how few tests this breaks, but LGTM.

We don't enable `-Wc++-compat` for many of our tests, so the fallout isn't terrible; just impacts the tests where jump diagnostics were already enabled for C (which isn't often).

https://github.com/llvm/llvm-project/pull/138009


More information about the cfe-commits mailing list