[clang] [Clang] Add -Wimplicit-fallthrough to -Wextra for GCC compatibility (PR #149474)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 18 10:43:50 PDT 2025


AaronBallman wrote:

One concern I have is about compile time performance impacts; the implicit fallthrough diagnostics require building a CFG and that can be expensive. It may be worth putting up a branch on https://llvm-compile-time-tracker.com/ to see how it impacts compile times

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


More information about the cfe-commits mailing list