[libc-commits] [libc] 41d4067 - [NFC][libc] clarify CPP folder documentation
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Mon Aug 22 08:41:53 PDT 2022
Author: Guillaume Chatelet
Date: 2022-08-22T15:41:41Z
New Revision: 41d4067d0b7c3c955b8b6cda328bcb46e268bd6a
URL: https://github.com/llvm/llvm-project/commit/41d4067d0b7c3c955b8b6cda328bcb46e268bd6a
DIFF: https://github.com/llvm/llvm-project/commit/41d4067d0b7c3c955b8b6cda328bcb46e268bd6a.diff
LOG: [NFC][libc] clarify CPP folder documentation
Added:
Modified:
libc/src/__support/CPP/README.md
Removed:
################################################################################
diff --git a/libc/src/__support/CPP/README.md b/libc/src/__support/CPP/README.md
index 4adb15567fe2..472a630110fd 100644
--- a/libc/src/__support/CPP/README.md
+++ b/libc/src/__support/CPP/README.md
@@ -1,8 +1,7 @@
-This directory contains re-implementations of some C++ standard library
-utilities, as well as some LLVM utilities. These utilities are for use with
-internal LLVM libc code and tests.
+This directory contains partial re-implementations of some C++ standard library
+utilities. They are for use with internal LLVM libc code and tests.
-More utilities will be added on an as needed basis. There are certain rules to
+More utilities can be added on an as needed basis. There are certain rules to
be followed for future changes and additions:
1. Only two kind of headers can be included: Other headers from this directory,
More information about the libc-commits
mailing list