[clang-tools-extra] [clang] [libc] [flang] [llvm] Fix clang to recognize new C23 modifiers %w and %wf when printing (PR #71771)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 10:50:38 PST 2023


================
@@ -417,6 +419,7 @@ class FormatSpecifier {
   ///  http://www.opengroup.org/onlinepubs/009695399/functions/printf.html
   bool UsesPositionalArg;
   unsigned argIndex;
+  unsigned size;
----------------
AaronBallman wrote:

I think it might be more clear to call this `ExplicitlyFixedSize` or something along those lines.

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


More information about the cfe-commits mailing list