[libc-commits] [PATCH] D136288: [libc] add scanf parser and core utilities
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Oct 27 13:51:24 PDT 2022
sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/src/stdio/scanf_core/core_structs.h:79
+
+enum ReturnValues : int {
+ // This is the value to be returned by conversions when no error has occurred.
----------------
Nit: The name should reflect that it is about errors. So, may be `ErrorCodes`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136288/new/
https://reviews.llvm.org/D136288
More information about the libc-commits
mailing list