================ @@ -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> ---------------- AaronBallman wrote:
This is a bit different though -- libc++ lists library issues and papers, not Core issues and papers, because it's an implementation of the library. In this case, Clang doesn't provide any libc functionality, so we typically do not list any C Standard Library papers (just the core wording papers). But freestanding can either be "the compiler provides this" or "the library provides this". In this case, the library provides this, so I don't think it makes sense to list it as a feature the compiler needs to provide. https://github.com/llvm/llvm-project/pull/132232 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits