aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2024-01-14 02:19:25 +0400
committerGitHub <noreply@github.com>2024-01-14 02:19:25 +0400
commitd8cd55414f79c44065753c38d1b5ad5b91e02df9 (patch)
tree21b6a10f10c207b38687be885670628f19f26a5b /clang/www
parent253d2f931e530f6fbc12bc8646e70ed7090baf20 (diff)
downloadllvm-d8cd55414f79c44065753c38d1b5ad5b91e02df9.zip
llvm-d8cd55414f79c44065753c38d1b5ad5b91e02df9.tar.gz
llvm-d8cd55414f79c44065753c38d1b5ad5b91e02df9.tar.bz2
[clang] Add test for CWG1350 (#78040)
Test is based on [P0136R1](https://wg21.link/p0136r1) wording instead of proposed resolution in the issue itself. This patch also expands related CWG1573 test with an additional test case. Existing `3.9` status of 1573 is still relevant even with this new test case.
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 4a3ed19..5acc72d 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -7908,7 +7908,7 @@ and <I>POD class</I></td>
<td><a href="https://cplusplus.github.io/CWG/issues/1350.html">1350</a></td>
<td>CD3</td>
<td>Incorrect exception specification for inherited constructors</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Clang 3.5</td>
</tr>
<tr id="1351">
<td><a href="https://cplusplus.github.io/CWG/issues/1351.html">1351</a></td>