[libc-commits] [PATCH] D119458: [libc] Add a platform independent buffered file IO data structure.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 14 07:51:23 PST 2022


sivachandra updated this revision to Diff 408422.
sivachandra added a comment.

- Address comments
- Add inline documentation on how to use the File data structure


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119458

Files:
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/stdio-macros.h
  libc/include/stdio.h.def
  libc/src/__support/CMakeLists.txt
  libc/src/__support/File/CMakeLists.txt
  libc/src/__support/File/file.cpp
  libc/src/__support/File/file.h
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/File/CMakeLists.txt
  libc/test/src/__support/File/file_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119458.408422.patch
Type: text/x-patch
Size: 29227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220214/71ab253d/attachment-0001.bin>


More information about the libc-commits mailing list