<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/63425>63425</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Does libclang support the C++20 export?
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
michaelpauljohnson
</td>
</tr>
</table>
<pre>
Given Foo.cpp
export module Foo;
export void foo(int)
{
};
I get
Kind UnexposedDecl Spelling
Kind UnexposedDecl Spelling
when visitChildren is used on the TU.
Given Bar.cpp
export module Bar;
export import :PartA;
export import :PartB;
I get
Kind UnexposedDecl Spelling
Kind ModuleImport Spelling Bar:PartA
Kind ModuleImport Spelling Bar:PartB
when visitChildren is used on the TU i.e. there is some C++20 module support.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJysU01vnDAQ_TXmYgUZm4_l4MMSRBVVlSq1-QEGT2AiYyPbbNp_XwG7TdpDlEq9jEe8mcd7D6xCwNECSFI0pGgTtcbJeTnjMCkwi1rNs5tscDbpnf4pP-EFLO2cS4dlIawl7HxU-LE4H-ns9GpgGyCi-QO5ONT0yTnCT2gj4fV1u2puTft75agPdIT49sFntJo-2o0wgG5hMPTbAsagHT84cNSXCSy9YMB4P6HRHizFQNcAmjpL4wT0-2P6duFw3Sj_vutG-b9d47wfRJy_Kh_P78PN_wngy67m4aC-4Ye4q4qPzzb_mhvFFNKt97CBwc1A7wlvCG84uwUV1mV7YZpoKXQtapWAzMpTJUSeiSqZJB9OrBa67BmvVc2GotbQ55ppnSlQT1mCkjMuWMkzVhWFqNKirOo8L3o9lEqVZU9yBrNCkxpzmVPnxwRDWEGWIudFYlQPJuz_POcWXugOEs63K-DltnPXr2MgOTMYYnhliRgNyNZBoAb7wSg73uzsCbx6PT4xEV2yeiOnGJdAxJnwjvBuxDitfTq4mfBu474ed4t3zzBEwrtdUSC82xX_CgAA__9umCbH">