[libc-commits] [PATCH] D123339: [libc][NFC] implement printf parser

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Apr 8 10:32:50 PDT 2022


michaelrj updated this revision to Diff 421579.
michaelrj marked 5 inline comments as done.
michaelrj added a comment.

rename printf_files -> printf_core
address comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123339

Files:
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/src/stdio/printf_core/converter.h
  libc/src/stdio/printf_core/core_structs.h
  libc/src/stdio/printf_core/parser.cpp
  libc/src/stdio/printf_core/parser.h
  libc/src/stdio/printf_core/printf_main.h
  libc/src/stdio/printf_core/writer.h
  libc/src/stdio/printf_files/converter.h
  libc/src/stdio/printf_files/core_structs.h
  libc/src/stdio/printf_files/parser.h
  libc/src/stdio/printf_files/printf_main.h
  libc/src/stdio/printf_files/writer.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/printf_core/CMakeLists.txt
  libc/test/src/stdio/printf_core/parser_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123339.421579.patch
Type: text/x-patch
Size: 27936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220408/e855967b/attachment-0001.bin>


More information about the libc-commits mailing list