aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2024-06-21 12:45:24 -0400
committerAaron Ballman <aaron@aaronballman.com>2024-06-21 12:48:01 -0400
commit19470e72e4aadfe16d1b6b0e4df325d75dc7fd7c (patch)
tree15891e34bb0e01d50cd2f4c10a3cb9ff1d6cca4e
parent2615e69ec2b373a38ffd4459609147f4c1ebe955 (diff)
downloadllvm-19470e72e4aadfe16d1b6b0e4df325d75dc7fd7c.zip
llvm-19470e72e4aadfe16d1b6b0e4df325d75dc7fd7c.tar.gz
llvm-19470e72e4aadfe16d1b6b0e4df325d75dc7fd7c.tar.bz2
[C99] Claim conformance to "more precise aliasing rules via effective type"
We don't have a document number to check our behavior against, but the document title makes it clear that this is related to optimization behavior, which doesn't require Clang to change.
-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 715bc5f..170ab0e1 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -110,7 +110,7 @@ conformance.</p>
<tr>
<td>more precise aliasing rules via effective type</td>
<td>Unknown</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td>restricted pointers</td>