[clang] 3e36dfa - [C23] Remove WG14 N2660 from the list of papers we track
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 08:12:29 PDT 2024
Author: Aaron Ballman
Date: 2024-06-24T11:12:18-04:00
New Revision: 3e36dfafa0d11b2a5d7776d88f170c449116aa0e
URL: https://github.com/llvm/llvm-project/commit/3e36dfafa0d11b2a5d7776d88f170c449116aa0e
DIFF: https://github.com/llvm/llvm-project/commit/3e36dfafa0d11b2a5d7776d88f170c449116aa0e.diff
LOG: [C23] Remove WG14 N2660 from the list of papers we track
This paper was a clarification paper that made no normative changes to
the wording, so we can lean on the C99 status for this.
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index f6a92d94874a5..434c9e20011d4 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -642,11 +642,6 @@ <h2 id="c2x">C23 implementation status</h2>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2186.pdf">N2186</a></td>
<td class="unknown" align="center">Unknown</td>
</tr>
- <tr>
- <td>Clarifying the restrict Keyword v2</td>
- <td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2260.pdf">N2660</a></td>
- <td class="unknown" align="center">Unknown</td>
- </tr>
<tr>
<td>Harmonizing static_assert with C++</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2265.pdf">N2665</a></td>
More information about the cfe-commits
mailing list