[clang] [Docs] Document freestanding requirements (PR #132232)
Nikolas Klauser via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 26 06:08:29 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:
Hmm, yeah. I guess the call what is compiler and library is a bit less explicit in C, since there isn't a CWG/LWG distinction. I guess we also only list CWG papers that affect the library in some way and not all of them.
https://github.com/llvm/llvm-project/pull/132232
More information about the cfe-commits
mailing list