[clang] 843d074 - Update the C Status page for the Clang 15 release
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 13 06:37:34 PDT 2022
Author: Aaron Ballman
Date: 2022-09-13T09:36:54-04:00
New Revision: 843d074400fe9868329e870d6423728333cc7e1a
URL: https://github.com/llvm/llvm-project/commit/843d074400fe9868329e870d6423728333cc7e1a
DIFF: https://github.com/llvm/llvm-project/commit/843d074400fe9868329e870d6423728333cc7e1a.diff
LOG: Update the C Status page for the Clang 15 release
Now that Clang 15 is out, we can swap all the unreleased entries over.
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 381a05d07eda..c9d33b4e94b4 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -720,12 +720,12 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>Adding the u8 character prefix</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2418.pdf">N2418</a></td>
- <td class="unreleased" align="center">Clang 15</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<tr>
<td>Remove support for function definitions with identifier lists</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2432.pdf">N2432</a></td>
- <td class="unreleased" align="center">Clang 15</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<!-- Oct 2019 Papers -->
<tr>
@@ -873,11 +873,11 @@ <h2 id="c2x">C2x implementation status</h2>
</tr>
<tr> <!-- Jun 2021 -->
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2763.pdf">N2763</a></td>
- <td class="unreleased" align="center">Clang 15</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<tr> <!-- Feb 2022 -->
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2775.pdf">N2775</a></td>
- <td class="unreleased" align="center">Clang 15</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<tr> <!-- Jul 2022 -->
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2969.htm">N2969</a></td>
@@ -1008,7 +1008,7 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>The noreturn attribute</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2764.pdf">N2764</a></td>
- <td class="unreleased" align="center">Clang 15</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<tr>
<td>*_HAS_SUBNORM==0 implies what?</td>
@@ -1038,12 +1038,12 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>Identifier Syntax using Unicode Standard Annex 31</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2836.pdf">N2836</a></td>
- <td class="unreleased" align="center">Clang 15</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<tr>
<td>No function declarators without prototypes</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2841.htm">N2841</a></td>
- <td class="unreleased" align="center">Clang 15</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<tr>
<td>Remove default argument promotions for _FloatN types</td>
@@ -1111,7 +1111,7 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>Make false and true first-class language features v8</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2935.pdf">N2935</a></td>
- <td class="unreleased" align="center">Clang 15</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
<tr>
<td>Properly define blocks as part of the grammar v3</td>
More information about the cfe-commits
mailing list