llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: None (yronglin) <details> <summary>Changes</summary> Mark [P1857R3 Modules Dependency Discovery](https://wg21.link/p1857r3) as implemented. This paper was implemented in https://github.com/llvm/llvm-project/pull/173789. --- Full diff: https://github.com/llvm/llvm-project/pull/177150.diff 1 Files Affected: - (modified) clang/www/cxx_status.html (+1-1) ``````````diff diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 06e65ecb7c04c..30da7a636fda6 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -182,7 +182,7 @@ <h2 id="cxx26">C++2c implementation status</h2> <tr> <td>Module Declarations Shouldn’t be Macros</td> <td><a href="https://wg21.link/P3034R1">P3034R1</a> (<a href="#dr">DR</a>)</td> - <td class="none" align="center">No</td> + <td class="unreleased" align="center">Clang 23</td> </tr> <tr> <td>Trivial infinite loops are not Undefined Behavior</td> `````````` </details> https://github.com/llvm/llvm-project/pull/177150 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
