[clang] 69cfa17 - Clearly specify that these are partially implemented features
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 15 04:28:39 PDT 2021
Author: Aaron Ballman
Date: 2021-06-15T07:28:29-04:00
New Revision: 69cfa178b77d91205cf8cf45fa00e28b1730d0a1
URL: https://github.com/llvm/llvm-project/commit/69cfa178b77d91205cf8cf45fa00e28b1730d0a1
DIFF: https://github.com/llvm/llvm-project/commit/69cfa178b77d91205cf8cf45fa00e28b1730d0a1.diff
LOG: Clearly specify that these are partially implemented features
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 73321a930620..595419f8790c 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -456,7 +456,7 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>What we think we reserve</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2572.pdf">N2572</a></td>
- <td class="partial" align="center">Yes</td>
+ <td class="partial" align="center">Partial</td>
</tr>
<tr>
<td>Decimal floating-point triples</td>
@@ -476,7 +476,7 @@ <h2 id="c2x">C2x implementation status</h2>
<tr>
<td>Compatibility of Pointers to Arrays with Qualifiers</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2607.pdf">N2607</a></td>
- <td class="partial" align="center">Yes</td>
+ <td class="partial" align="center">Partial</td>
</tr>
</table>
</details>
More information about the cfe-commits
mailing list