summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAlexander Shaposhnikov <ashaposhnikov@google.com>2023-04-04 02:22:08 +0000
committerAlexander Shaposhnikov <ashaposhnikov@google.com>2023-04-04 02:31:13 +0000
commit60bee9ff544541e83ffbd4be31923d0e8b644690 (patch)
tree51633e85c92f1327d0714360ad080b9aac0fb08a /clang/www
parent3490345670cd88d8c1df1ed4bf8f3d75bb4156d3 (diff)
downloadllvm-60bee9ff544541e83ffbd4be31923d0e8b644690.tar.gz
[Clang][Sema] Fix comparison of constraint expressions
This diff switches the approach to comparison of constraint expressions to the new one based on template args substitution. It continues the effort to fix our handling of out-of-line definitions of constrained templates. The associated GitHub issue: https://github.com/llvm/llvm-project/issues/61414 Test plan: 1/ ninja check-all 2/ bootstrapped Clang passes tests Differential revision: https://reviews.llvm.org/D146178
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_status.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index fe2a16d9cee1..601908b58a8f 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -947,9 +947,6 @@ code. This issue is expected to be rectified soon.
<tr>
<td><a href="https://wg21.link/p1980r0">P1980R0</a></td>
</tr>
- <tr> <!-- from Prague -->
- <td><a href="https://wg21.link/p2103r0">P2103R0</a></td>
- </tr>
<tr> <!-- from February 2022 -->
<td><a href="https://wg21.link/p2493r0">P2493R0</a></td>
</tr>
@@ -961,6 +958,9 @@ code. This issue is expected to be rectified soon.
<td><a href="https://wg21.link/p2113r0">P2113R0</a></td>
<td rowspan="1" class="full" align="center">Clang 16</td>
</tr>
+ <tr>
+ <td><a href="https://wg21.link/p2103r0">P2103R0</a></td>
+ </tr>
<!-- Albuquerque papers -->
<tr>
<td>Range-based for statements with initializer</td>