Skip to content

Commit 181a972

Browse files
committed
[clang] Update cwg960 test to clang 3.0.
https://godbolt.org/z/o77989zM7
1 parent d76fc7a commit 181a972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/CXX/drs/cwg9xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ struct B : A {
9393
} // namespace example2
9494
} // namespace cwg952
9595

96-
namespace cwg960 { // cwg960: 2.8
96+
namespace cwg960 { // cwg960: 3.0
9797
struct a {};
9898
class A {
9999
#if __cplusplus >= 201103L

clang/www/cxx_dr_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5579,7 +5579,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
55795579
<td><a href="https://cplusplus.github.io/CWG/issues/960.html">960</a></td>
55805580
<td>CD2</td>
55815581
<td>Covariant functions and lvalue/rvalue references</td>
5582-
<td class="full" align="center">Clang 2.8</td>
5582+
<td class="full" align="center">Clang 3.0</td>
55835583
</tr>
55845584
<tr id="961">
55855585
<td><a href="https://cplusplus.github.io/CWG/issues/961.html">961</a></td>

0 commit comments

Comments
 (0)