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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 16 08:47:24 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:

Agreed, that seems like an outstanding issue with the PR and should be addressed. Only the scoped enumeration behavior should change.

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


More information about the cfe-commits mailing list