[clang] 19470e7 - [C99] Claim conformance to "more precise aliasing rules via effective type"
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 21 09:48:12 PDT 2024
Author: Aaron Ballman
Date: 2024-06-21T12:48:01-04:00
New Revision: 19470e72e4aadfe16d1b6b0e4df325d75dc7fd7c
URL: https://github.com/llvm/llvm-project/commit/19470e72e4aadfe16d1b6b0e4df325d75dc7fd7c
DIFF: https://github.com/llvm/llvm-project/commit/19470e72e4aadfe16d1b6b0e4df325d75dc7fd7c.diff
LOG: [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.
Added:
Modified:
clang/www/c_status.html
Removed:
################################################################################
diff --git a/clang/www/c_status.html b/clang/www/c_status.html
index 715bc5f024926..170ab0e1cc321 100644
--- a/clang/www/c_status.html
+++ b/clang/www/c_status.html
@@ -110,7 +110,7 @@ <h2 id="c99">C99 implementation status</h2>
<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>
More information about the cfe-commits
mailing list