Skip to content

Commit f91c1a3

Browse files
committed
Modify release note and CXX status
1 parent 30eb50c commit f91c1a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ New Compiler Flags
429429
on versions older than C++20.
430430

431431
- The ``-Warray-compare-cxx26`` warning has been added to warn about array comparison
432-
starting from C++26, this warn is error by default.
432+
starting from C++26, this warning is enabled as an error by default.
433433

434434
Deprecated Compiler Flags
435435
-------------------------

clang/www/cxx_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
239239
<tr>
240240
<td>Remove Deprecated Array Comparisons from C++26</td>
241241
<td><a href="https://wg21.link/P2865R6">P2865R6</a></td>
242-
<td class="none" align="center">Clang 20</td>
242+
<td class="unreleased" align="center">Clang 20</td>
243243
</tr>
244244
<tr>
245245
<td>Structured Bindings can introduce a Pack</td>

0 commit comments

Comments
 (0)