forked from OSchip/llvm-project
[DOC][Clang] Update cxx_status.html after the 15 release and fix a broken link in release notes
This commit is contained in:
parent
3a623999f3
commit
28bc410999
|
@ -215,7 +215,7 @@ C++20 Feature Support
|
|||
`GH55216 <https://github.com/llvm/llvm-project/issues/55216>`_.
|
||||
- Correctly set expression evaluation context as 'immediate function context' in
|
||||
consteval functions.
|
||||
This fixes `GH51182 <https://github.com/llvm/llvm-project/issues/51182>`
|
||||
This fixes `GH51182 <https://github.com/llvm/llvm-project/issues/51182>`_.
|
||||
|
||||
- Fixes an assert crash caused by looking up missing vtable information on ``consteval``
|
||||
virtual functions. Fixes `GH55065 <https://github.com/llvm/llvm-project/issues/55065>`_.
|
||||
|
|
|
@ -1128,7 +1128,7 @@ code. This issue is expected to be rectified soon.
|
|||
<tr>
|
||||
<td rowspan=2>Immediate functions (<tt>consteval</tt>)</td>
|
||||
<td><a href="https://wg21.link/p1073r3">P1073R3</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr> <!-- from Prague -->
|
||||
<td><a href="https://wg21.link/p1937r2">P1937R2</a></td>
|
||||
|
@ -1172,7 +1172,7 @@ code. This issue is expected to be rectified soon.
|
|||
<tr>
|
||||
<td rowspan="10">Modules</td>
|
||||
<td><a href="https://wg21.link/p1103r3">P1103R3</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr> <!-- from Cologne -->
|
||||
<td><a href="https://wg21.link/p1766r1">P1766R1</a> (<a href="#dr">DR</a>)</td>
|
||||
|
@ -1188,7 +1188,7 @@ code. This issue is expected to be rectified soon.
|
|||
</tr>
|
||||
<tr> <!-- from Belfast -->
|
||||
<td><a href="https://wg21.link/p1874r1">P1874R1</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr> <!-- from Belfast -->
|
||||
<td><a href="https://wg21.link/p1979r0">P1979R0</a></td>
|
||||
|
@ -1196,7 +1196,7 @@ code. This issue is expected to be rectified soon.
|
|||
</tr>
|
||||
<tr> <!-- from Prague -->
|
||||
<td><a href="https://wg21.link/p1779r3">P1779R3</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://wg21.link/p1857r3">P1857R3</a></td>
|
||||
|
@ -1370,12 +1370,12 @@ C++20, informally referred to as C++2b.</p>
|
|||
<tr>
|
||||
<td>Multidimensional subscript operator</td>
|
||||
<td><a href="https://wg21.link/P2128R6">P2128R6</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Non-literal variables (and labels and gotos) in constexpr functions</td>
|
||||
<td><a href="https://wg21.link/P2242R3">P2242R3</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Character encoding of diagnostic text</td>
|
||||
|
@ -1405,7 +1405,7 @@ C++20, informally referred to as C++2b.</p>
|
|||
<tr>
|
||||
<td>auto(x): decay-copy in the language</td>
|
||||
<td><a href="https://wg21.link/P0849R8">P0849R8</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<!-- February 2022 papers -->
|
||||
<tr>
|
||||
|
@ -1441,7 +1441,7 @@ C++20, informally referred to as C++2b.</p>
|
|||
<tr>
|
||||
<td>De-deprecating volatile compound operations</td>
|
||||
<td><a href="https://wg21.link/P2327R1">P2327R1</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Support for <code>#warning</code></td>
|
||||
|
@ -1461,12 +1461,12 @@ C++20, informally referred to as C++2b.</p>
|
|||
<tr>
|
||||
<td>Delimited escape sequences</td>
|
||||
<td><a href="https://wg21.link/P2290R3">P2290R3</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Named universal character escapes</td>
|
||||
<td><a href="https://wg21.link/P2071R2">P2071R2</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Relaxing some constexpr restrictions</td>
|
||||
|
@ -1501,7 +1501,7 @@ C++20, informally referred to as C++2b.</p>
|
|||
<tr>
|
||||
<td>Support for UTF-8 as a portable source file encoding</td>
|
||||
<td><a href="https://wg21.link/P2295R6">P2295R6</a></td>
|
||||
<td class="unreleased" align="center">Clang 15</td>
|
||||
<td class="full" align="center">Clang 15</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>char8_t</code> Compatibility and Portability Fix</td>
|
||||
|
|
Loading…
Reference in New Issue