Update the status of N2412 in C (we do not implement large parts of it)
authorAaron Ballman <aaron@aaronballman.com>
Mon, 6 Dec 2021 18:13:13 +0000 (13:13 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 6 Dec 2021 18:14:13 +0000 (13:14 -0500)
clang/www/c_status.html

index 302b75d..561f061 100644 (file)
@@ -715,7 +715,11 @@ conformance.</p>
     <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>