aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2024-07-08 09:13:24 -0400
committerGitHub <noreply@github.com>2024-07-08 09:13:24 -0400
commitba1d21c7d8613c90e424fa3e77d52184d531c302 (patch)
tree10ff6c629cf95699b696d58519044b6024949d2e /clang/www
parent854bbc50fc99ddf71c4c65193e06eb79ce1ef69f (diff)
downloadllvm-ba1d21c7d8613c90e424fa3e77d52184d531c302.zip
llvm-ba1d21c7d8613c90e424fa3e77d52184d531c302.tar.gz
llvm-ba1d21c7d8613c90e424fa3e77d52184d531c302.tar.bz2
[C2y] Claim conformance to WG14 N3254 (#97581)
The test coverage for this has to lean on LLVM's test coverage for the actual TBAA behavior, but this demonstrates that Clang emits reasonable LLVM IR to support this construct. It would be surprising should LLVM break this pattern given how ubiquitous the pattern is in the wild. The paper can be found at: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3254.pdf
Diffstat (limited to 'clang/www')
-rw-r--r--clang/www/c_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 3fb1efc..2030e1e 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -1260,7 +1260,7 @@ conforms by not defining the <code>__STDC_IEC_559_COMPLEX__</code> macro.
<tr>
<td>Accessing byte arrays</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3254.pdf">N3254</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td>Slay some earthly demons I</td>