[clang] 1feb8ab - Update the status of N2412 in C (we do not implement large parts of it)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 6 10:14:21 PST 2021
Author: Aaron Ballman
Date: 2021-12-06T13:14:13-05:00
New Revision: 1feb8ab0d350640058ffa764e0aeeda2480d6302
URL: https://github.com/llvm/llvm-project/commit/1feb8ab0d350640058ffa764e0aeeda2480d6302
DIFF: https://github.com/llvm/llvm-project/commit/1feb8ab0d350640058ffa764e0aeeda2480d6302.diff
LOG: Update the status of N2412 in C (we do not implement large parts of it)
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 302b75d0b1e7..561f061c6449 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -715,7 +715,11 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>Two's complement sign representation</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2412.pdf">N2412</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="partial" align="center">
+ <details><summary>Partial</summary>
+ Lacking width macros in limits.h and stdint.h
+ </details>
+ </td>
</tr>
<tr>
<td>Adding the u8 character prefix</td>
More information about the cfe-commits
mailing list