Skip to content

Commit 3130691

Browse files
committed
[C23] Move WG14 N2754 to the TS 18661 section
This paper is about the quantum exponent of NAN, which only applies if we support decimal floating-point types from the TS. That is why the status changed from Unknown to No.
1 parent f2e42d9 commit 3130691

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

clang/www/c_status.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ <h2 id="c2x">C23 implementation status</h2>
289289
<td class="full" align="center">Clang 9</td>
290290
</tr>
291291
<tr id="TS18661">
292-
<td rowspan="8">TS 18661 Integration</td>
292+
<td rowspan="9">TS 18661 Integration</td>
293293
</tr>
294294
<tr> <!-- Pre-Oct 2019 -->
295295
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2314.pdf">N2314</a></td>
@@ -319,6 +319,10 @@ <h2 id="c2x">C23 implementation status</h2>
319319
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2931.pdf">N2931</a></td>
320320
<td class="none" align="center">No</td>
321321
</tr>
322+
<tr>
323+
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2754.htm">N2754</a></td>
324+
<td class="none" align="center">No</td>
325+
</tr>
322326
<tr>
323327
<td>Preprocessor line numbers unspecified</td>
324328
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2322.htm">N2322</a></td>
@@ -626,11 +630,6 @@ <h2 id="c2x">C23 implementation status</h2>
626630
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2701.htm">N2701</a></td>
627631
<td class="full" align="center">Yes</td>
628632
</tr>
629-
<tr>
630-
<td>Quantum exponent of NaN (version 2)</td>
631-
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2754.htm">N2754</a></td>
632-
<td class="unknown" align="center">Unknown</td>
633-
</tr>
634633
<tr>
635634
<td>The noreturn attribute</td>
636635
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2764.pdf">N2764</a></td>

0 commit comments

Comments
 (0)