[clang] Carving out -Wformat warning about scoped enums into a subwarning (PR #88595)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 11:40:13 PDT 2024


================
@@ -12,8 +12,8 @@
 // RUN: %clang_cc1 -triple=x86_64-pc-linux-gnu -std=c11 -fsyntax-only -Wformat -verify=okay %s
 
 // Verify that -Wformat-signedness with -Wno-format are not reported (gcc compat).
----------------
AaronBallman wrote:

Yes, this is intentional, see the discussion at: https://github.com/llvm/llvm-project/issues/81647#issuecomment-2030070508

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


More information about the cfe-commits mailing list