[NFC] [C++] [Modules] Mark P2615 as implemented and add test (#147135)
This is already implemented. See godbolt: https://godbolt.org/z/1ra4Ka8od
This commit is contained in:
parent
84be78524d
commit
e427bd55a8
11
clang/test/SemaCXX/P2615.cpp
Normal file
11
clang/test/SemaCXX/P2615.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
// RUN: rm -rf %t
|
||||
// RUN: split-file %s %t
|
||||
|
||||
|
||||
// RUN: %clang_cc1 -std=c++20 -verify -fsyntax-only %t/A.cpp
|
||||
|
||||
//--- A.cpp
|
||||
// expected-no-diagnostics
|
||||
export module A;
|
||||
export namespace N {int x = 42;}
|
||||
export using namespace N;
|
@ -943,7 +943,7 @@ C++23, informally referred to as C++26.</p>
|
||||
</tr>
|
||||
<tr> <!-- from Kona 2022 -->
|
||||
<td><a href="https://wg21.link/P2615R1">P2615R1</a> (<a href="#dr">DR</a>)</td>
|
||||
<td class="none" align="center">No</td>
|
||||
<td class="full" align="center">Clang 17</td>
|
||||
</tr>
|
||||
<tr> <!-- from Issaquah 2023 -->
|
||||
<td><a href="https://wg21.link/P2788R0">P2788R0</a> (<a href="#dr">DR</a>)</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user