Skip to content

Commit 41d4067

Browse files
committed
[NFC][libc] clarify CPP folder documentation
1 parent 11ce014 commit 41d4067

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libc/src/__support/CPP/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
This directory contains re-implementations of some C++ standard library
2-
utilities, as well as some LLVM utilities. These utilities are for use with
3-
internal LLVM libc code and tests.
1+
This directory contains partial re-implementations of some C++ standard library
2+
utilities. They are for use with internal LLVM libc code and tests.
43

5-
More utilities will be added on an as needed basis. There are certain rules to
4+
More utilities can be added on an as needed basis. There are certain rules to
65
be followed for future changes and additions:
76

87
1. Only two kind of headers can be included: Other headers from this directory,

0 commit comments

Comments
 (0)