[clang] 40a0ad2 - [C11] Claim conformance to WG14 N3159
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 20 07:26:25 PDT 2024
Author: Aaron Ballman
Date: 2024-06-20T10:26:13-04:00
New Revision: 40a0ad2af3b6305fbabec003e51dad62564aa019
URL: https://github.com/llvm/llvm-project/commit/40a0ad2af3b6305fbabec003e51dad62564aa019
DIFF: https://github.com/llvm/llvm-project/commit/40a0ad2af3b6305fbabec003e51dad62564aa019.diff
LOG: [C11] Claim conformance to WG14 N3159
This was a roll-up of defect reports that we already test elsewhere, so
no additional test coverage is needed.
DR345: tested by clang/test/C/drs/dr3xx.c
DR344: tested by clang/test/C/drs/dr3xx.c
DR343: tested by clang/test/C/drs/dr3xx.c
DR341: tested by clang/test/C/drs/dr3xx.c
DR340: tested by clang/test/C/drs/dr3xx.c
DR338: tested by clang/test/C/drs/dr338.c
DR336: N/A for the compiler
DR330: N/A for the compiler
DR329: N/A for the compiler
DR328: tested by clang/test/C/drs/dr3xx.c
DR327: editorial
DR326: N/A for the compiler
DR315: tested by clang/test/C/drs/dr3xx.c
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 562a631949637..b691bcf6bee9c 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -435,7 +435,8 @@ <h2 id="c11">C11 implementation status</h2>
<tr>
<td>Technical corrigendum for C1X</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1359.htm">N1359</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
+ <!-- The DRs listed in the paper are individually tested in clang/test/C/drs/dr3xx.c and others -->
</tr>
<tr>
<td>Benign typedef redefinition</td>
More information about the cfe-commits
mailing list