[libc-commits] [libc] Add bit width length modifier to printf (PR #82461)

Om Prakaash via libc-commits libc-commits at lists.llvm.org
Wed Feb 21 21:21:14 PST 2024


================
@@ -177,6 +177,8 @@ template <typename ArgProvider> class Parser {
           WRITE_ARG_VAL_SIMPLEST(section.conv_val_raw, long long, conv_index);
           break;
         case (LengthModifier::j):
+        case (LengthModifier::w):
----------------
omprakaash wrote:

Oh gotcha ! Yep will change that. 

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


More information about the libc-commits mailing list