[libc-commits] [PATCH] D118512: [libc] add core printf parsing

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 2 07:23:56 PST 2022


lntue added inline comments.


================
Comment at: libc/src/stdio/printf_format_struct.h:17
+
+enum class LengthModifier { hh, h, l, ll, j, z, t, L, none };
+
----------------
Shall none be all CAPS?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118512/new/

https://reviews.llvm.org/D118512



More information about the libc-commits mailing list