[libc-commits] [PATCH] D127773: [libc] refactor printf file writing
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jun 15 11:25:32 PDT 2022
sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/src/stdio/printf_core/core_structs.h:84
+ { \
+ int result = func; \
+ if (result < 0) \
----------------
Nit: Put `func` in parenthesis: `(func)`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127773/new/
https://reviews.llvm.org/D127773
More information about the libc-commits
mailing list