Skip to content

Commit f462d9a

Browse files
committed
[C99] Claim conformance to "remove deprecation of aliased array parameters"
I can't locate a document number for this particular change, but C89 had the following entry in Future Language Directions: The use of two parameters declared with an array type (prior to their adjustment to pointer type) in separate lvalues to designate the same object is an obsolescent feature. C99 removed this entry. Clang and LLVM have never done anything in support of that deprecation, so we trivially conform to its removal.
1 parent 74483bd commit f462d9a

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
@@ -350,7 +350,7 @@ <h2 id="c99">C99 implementation status</h2>
350350
<tr>
351351
<td>remove deprecation of aliased array parameters</td>
352352
<td>Unknown</td>
353-
<td class="unknown" align="center">Unknown</td>
353+
<td class="full" align="center">Yes</td>
354354
</tr>
355355
<tr>
356356
<td>conversion of array to pointer not limited to lvalues</td>

0 commit comments

Comments
 (0)