diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2024-06-20 10:25:01 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2024-06-20 10:26:13 -0400 |
commit | 40a0ad2af3b6305fbabec003e51dad62564aa019 (patch) | |
tree | 517df1cf38202c81c13571835bdabff08f23f879 | |
parent | ace069d7c5882431d1fd72c5c297ec2508d20fb0 (diff) | |
download | llvm-40a0ad2af3b6305fbabec003e51dad62564aa019.zip llvm-40a0ad2af3b6305fbabec003e51dad62564aa019.tar.gz llvm-40a0ad2af3b6305fbabec003e51dad62564aa019.tar.bz2 |
[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
-rw-r--r-- | clang/www/c_status.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/www/c_status.html b/clang/www/c_status.html index 562a631..b691bcf 100644 --- a/clang/www/c_status.html +++ b/clang/www/c_status.html @@ -435,7 +435,8 @@ conformance.</p> <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> |