Skip to content

Commit 19470e7

Browse files
committed
[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.
1 parent 2615e69 commit 19470e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/www/c_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2 id="c99">C99 implementation status</h2>
110110
<tr>
111111
<td>more precise aliasing rules via effective type</td>
112112
<td>Unknown</td>
113-
<td class="unknown" align="center">Unknown</td>
113+
<td class="full" align="center">Yes</td>
114114
</tr>
115115
<tr>
116116
<td>restricted pointers</td>

0 commit comments

Comments
 (0)