File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ // RUN: rm -rf %t
2
+ // RUN: split-file %s %t
3
+
4
+
5
+ // RUN: %clang_cc1 -std=c++20 -verify -fsyntax-only %t/A.cpp
6
+
7
+ // --- A.cpp
8
+ // expected-no-diagnostics
9
+ export module A;
10
+ export namespace N {int x = 42 ;}
11
+ export using namespace N ;
Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
943
943
</ tr >
944
944
< tr > <!-- from Kona 2022 -->
945
945
< td > < a href ="https://wg21.link/P2615R1 "> P2615R1</ a > (< a href ="#dr "> DR</ a > )</ td >
946
- < td class ="none " align ="center "> No </ td >
946
+ < td class ="full " align ="center "> Clang 17 </ td >
947
947
</ tr >
948
948
< tr > <!-- from Issaquah 2023 -->
949
949
< td > < a href ="https://wg21.link/P2788R0 "> P2788R0</ a > (< a href ="#dr "> DR</ a > )</ td >
You can’t perform that action at this time.
0 commit comments