[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 16 10:18:08 PDT 2025


================
@@ -931,7 +931,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
       </tr>
       <tr>
         <td><a href="https://wg21.link/p1857r3">P1857R3</a></td>
-        <td class="none" align="center">No</td>
+        <td class="full" align="center">Clang 21</td>
----------------
yronglin wrote:

Thanks, changed class to `unrelease`. Yes, I think it may not be enough time to land this PR before clang 21 released. 

https://github.com/llvm/llvm-project/pull/107168


More information about the cfe-commits mailing list