projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf682c
)
Update the status of N2412 in C (we do not implement large parts of it)
author
Aaron Ballman
<aaron@aaronballman.com>
Mon, 6 Dec 2021 18:13:13 +0000
(13:13 -0500)
committer
Aaron Ballman
<aaron@aaronballman.com>
Mon, 6 Dec 2021 18:14:13 +0000
(13:14 -0500)
clang/www/c_status.html
patch
|
blob
|
history
diff --git
a/clang/www/c_status.html
b/clang/www/c_status.html
index 302b75d0b1e7fc44a8635fdeabfaadacd793694f..561f061c6449f01b16b1049077372a79e61bfb08 100644
(file)
--- a/
clang/www/c_status.html
+++ b/
clang/www/c_status.html
@@
-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>