[clang] [Docs] Document freestanding requirements (PR #132232)

Nikolas Klauser via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 25 03:47:13 PDT 2025


================
@@ -534,11 +534,6 @@ <h2 id="c2x">C23 implementation status</h2>
       <td class="full" align="center">Clang 16</td>
     </tr>
     <!-- Apr 2021 Papers -->
-    <tr>
-      <td>String functions for freestanding implementations</td>
-      <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2524.htm">N2524</a></td>
-      <td class="none" align="center">No</td>
-    </tr>
----------------
philnik777 wrote:

FWIW we list all the LWG papers and issues in the libc++ docs, and IMO it's useful. That makes it clear whether we've considered the paper/issue and what our conclusion was. Since most papers by far require changes, it's also really not cluttering the list too much.

https://github.com/llvm/llvm-project/pull/132232


More information about the cfe-commits mailing list