[libc-commits] [PATCH] D74502: [libc] Add a README to the sub-directories under the utils directory.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Feb 22 23:01:46 PST 2020


sivachandra marked 2 inline comments as done.
sivachandra added inline comments.


================
Comment at: libc/utils/CPP/README.md:1
-This directory contains re-implementations of some C++ standard library as well
-as some LLVM utilities. These are to be used with internal LLVM libc code and
-tests. More utilities will be added on an as needed basis. There are certain
-rules to be followed for future changes and additions:
+This directory contains a re-implementations of some C++ standard library, as
+well as some LLVM utilities. These utilities are for use with internal LLVM libc
----------------
PaulkaToast wrote:
> PaulkaToast wrote:
> > "This directory contains re-implementations of some C++ standard library utilities" or "This directory contains a re-implementation of some of the C++ standard library"
> I think you missed this one? 
Ah, you wanted an additional "utilities".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74502





More information about the libc-commits mailing list