Author: Vlad Serebrennikov Date: 2024-10-22T12:16:07+03:00 New Revision: 6bb72de75a81e27b2768db767350bcf4ce7d2a2c
URL: https://github.com/llvm/llvm-project/commit/6bb72de75a81e27b2768db767350bcf4ce7d2a2c DIFF: https://github.com/llvm/llvm-project/commit/6bb72de75a81e27b2768db767350bcf4ce7d2a2c.diff LOG: [clang][NFC] Update cxx_dr_status.html Added: Modified: clang/www/cxx_dr_status.html Removed: ################################################################################ diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 714fb5c14aff68..82ba9b370ba595 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -16736,7 +16736,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> </tr> <tr class="open" id="2815"> <td><a href="https://cplusplus.github.io/CWG/issues/2815.html">2815</a></td> - <td>drafting</td> + <td>tentatively ready</td> <td>Overload resolution for references/pointers to <TT>noexcept</TT> functions</td> <td align="center">Not resolved</td> </tr> @@ -17124,7 +17124,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> </tr> <tr class="open" id="2879"> <td><a href="https://cplusplus.github.io/CWG/issues/2879.html">2879</a></td> - <td>drafting</td> + <td>review</td> <td>Undesired outcomes with <TT>const_cast</TT></td> <td align="center">Not resolved</td> </tr> @@ -17296,7 +17296,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> </tr> <tr class="open" id="2907"> <td><a href="https://cplusplus.github.io/CWG/issues/2907.html">2907</a></td> - <td>open</td> + <td>tentatively ready</td> <td>Constant lvalue-to-rvalue conversion on uninitialized <TT>std::nullptr_t</TT></td> <td align="center">Not resolved</td> </tr> @@ -17308,19 +17308,19 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> </tr> <tr class="open" id="2909"> <td><a href="https://cplusplus.github.io/CWG/issues/2909.html">2909</a></td> - <td>open</td> + <td>review</td> <td>Subtle diff erence between constant-initialized and constexpr</td> <td align="center">Not resolved</td> </tr> <tr class="open" id="2910"> <td><a href="https://cplusplus.github.io/CWG/issues/2910.html">2910</a></td> - <td>open</td> + <td>tentatively ready</td> <td>Effect of <I>requirement-parameter-list</I>s on odr-usability</td> <td align="center">Not resolved</td> </tr> <tr class="open" id="2911"> <td><a href="https://cplusplus.github.io/CWG/issues/2911.html">2911</a></td> - <td>open</td> + <td>tentatively ready</td> <td>Unclear meaning of expressions "appearing within" subexpressions</td> <td align="center">Not resolved</td> </tr> @@ -17374,7 +17374,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> </tr> <tr class="open" id="2918"> <td><a href="https://cplusplus.github.io/CWG/issues/2918.html">2918</a></td> - <td>review</td> + <td>tentatively ready</td> <td>Consideration of constraints for address of overloaded function</td> <td align="center">Not resolved</td> </tr> @@ -17426,13 +17426,13 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> </tr> <tr class="open" id="2926"> <td><a href="https://cplusplus.github.io/CWG/issues/2926.html">2926</a></td> - <td>tentatively ready</td> + <td>open</td> <td>Lookup context for dependent qualified names</td> <td align="center">Not resolved</td> </tr> <tr class="open" id="2927"> <td><a href="https://cplusplus.github.io/CWG/issues/2927.html">2927</a></td> - <td>review</td> + <td>tentatively ready</td> <td>Unclear status of translation unit with <TT>module</TT> keyword</td> <td align="center">Not resolved</td> </tr> @@ -17444,25 +17444,25 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> </tr> <tr class="open" id="2929"> <td><a href="https://cplusplus.github.io/CWG/issues/2929.html">2929</a></td> - <td>open</td> + <td>tentatively ready</td> <td>Lifetime of trivially-destructible static or thread-local objects</td> <td align="center">Not resolved</td> </tr> <tr class="open" id="2930"> <td><a href="https://cplusplus.github.io/CWG/issues/2930.html">2930</a></td> - <td>open</td> + <td>tentatively ready</td> <td>Unclear term "copy/move operation" in specification of copy elision</td> <td align="center">Not resolved</td> </tr> <tr class="open" id="2931"> <td><a href="https://cplusplus.github.io/CWG/issues/2931.html">2931</a></td> - <td>open</td> + <td>tentatively ready</td> <td>Restrictions on operator functions that are explicit object member functions</td> <td align="center">Not resolved</td> </tr> <tr class="open" id="2932"> <td><a href="https://cplusplus.github.io/CWG/issues/2932.html">2932</a></td> - <td>open</td> + <td>review</td> <td>Value range of empty enumeration</td> <td align="center">Not resolved</td> </tr> @@ -17489,6 +17489,24 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> <td>open</td> <td>Local classes of templated functions should be part of the current instantiation</td> <td align="center">Not resolved</td> + </tr> + <tr class="open" id="2937"> + <td><a href="https://cplusplus.github.io/CWG/issues/2937.html">2937</a></td> + <td>open</td> + <td>Grammar for <I>preprocessing-file</I> has no normative effect</td> + <td align="center">Not resolved</td> + </tr> + <tr class="open" id="2938"> + <td><a href="https://cplusplus.github.io/CWG/issues/2938.html">2938</a></td> + <td>open</td> + <td>Inheriting linkage from a previous declaration</td> + <td align="center">Not resolved</td> + </tr> + <tr class="open" id="2939"> + <td><a href="https://cplusplus.github.io/CWG/issues/2939.html">2939</a></td> + <td>open</td> + <td>Do not allow <TT>reinterpret_cast</TT> from prvalue to rvalue reference</td> + <td align="center">Not resolved</td> </tr></table> </div> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits