-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[clang] Update C++ DR status page #131812
Conversation
@llvm/pr-subscribers-clang Author: Vlad Serebrennikov (Endilll) ChangesCWG472 is one of the CWG issues that were assigned to Mike Miller with CWG1432 was recently reopened after a CWG reflector discussion. I changed the status to claim that we test for the previous resolution. Patch is 30.38 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/131812.diff 3 Files Affected:
diff --git a/clang/test/CXX/drs/cwg14xx.cpp b/clang/test/CXX/drs/cwg14xx.cpp
index 26febd9715184..17d5c2fc2e210 100644
--- a/clang/test/CXX/drs/cwg14xx.cpp
+++ b/clang/test/CXX/drs/cwg14xx.cpp
@@ -57,7 +57,7 @@ namespace cwg1423 { // cwg1423: 11
// cwg1425: na abi
-namespace cwg1432 { // cwg1432: 16
+namespace cwg1432 { // cwg1432: 16 open 2022-11-11
#if __cplusplus >= 201103L
namespace class_template_partial_spec {
template<typename T> T declval();
diff --git a/clang/test/CXX/drs/cwg4xx.cpp b/clang/test/CXX/drs/cwg4xx.cpp
index d76c6012b9195..adbf63f342d6c 100644
--- a/clang/test/CXX/drs/cwg4xx.cpp
+++ b/clang/test/CXX/drs/cwg4xx.cpp
@@ -1062,7 +1062,7 @@ namespace cwg471 { // cwg471: 2.8
// expected-note@#cwg471-G-using {{declared private here}}
} // namespace cwg471
-namespace cwg472 { // cwg472: no drafting 2011-04
+namespace cwg472 { // cwg472: no open 2011-04
struct B {
int i; // #cwg472-i
};
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index b7888d2365acc..c3cf601d27ba2 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -1177,7 +1177,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="189">
<td><a href="https://cplusplus.github.io/CWG/issues/189.html">189</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Definition of <I>operator</I> and <I>punctuator</I></td>
<td align="center">Not resolved</td>
</tr>
@@ -1995,7 +1995,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="325">
<td><a href="https://cplusplus.github.io/CWG/issues/325.html">325</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>When are default arguments parsed?</td>
<td align="center">Not resolved</td>
</tr>
@@ -2259,7 +2259,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="369">
<td><a href="https://cplusplus.github.io/CWG/issues/369.html">369</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Are <TT>new</TT>/<TT>delete</TT> identifiers or <I>preprocessing-op-or-punc</I>?</td>
<td align="center">Not resolved</td>
</tr>
@@ -2877,7 +2877,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="472">
<td><a href="https://cplusplus.github.io/CWG/issues/472.html">472</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Casting across protected inheritance</td>
<td align="center">
<details>
@@ -3223,7 +3223,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="529">
<td><a href="https://cplusplus.github.io/CWG/issues/529.html">529</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Use of <TT>template<></TT> with “explicitly-specialized” class templates</td>
<td align="center">Not resolved</td>
</tr>
@@ -3599,7 +3599,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/591.html">591</a></td>
<td>CD4</td>
<td>When a dependent base class is the current instantiation</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr id="592">
<td><a href="https://cplusplus.github.io/CWG/issues/592.html">592</a></td>
@@ -4385,7 +4385,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/722.html">722</a></td>
<td>CD2</td>
<td>Can <TT>nullptr</TT> be passed to an ellipsis?</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr id="726">
<td><a href="https://cplusplus.github.io/CWG/issues/726.html">726</a></td>
@@ -5253,7 +5253,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="901">
<td><a href="https://cplusplus.github.io/CWG/issues/901.html">901</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Deleted <TT>operator delete</TT></td>
<td align="center">Not resolved</td>
</tr>
@@ -7083,7 +7083,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1211">
<td><a href="https://cplusplus.github.io/CWG/issues/1211.html">1211</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Misaligned lvalues</td>
<td align="center">Not resolved</td>
</tr>
@@ -7491,7 +7491,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1279">
<td><a href="https://cplusplus.github.io/CWG/issues/1279.html">1279</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Additional differences between C++ 2003 and C++ 2011</td>
<td align="center">Not resolved</td>
</tr>
@@ -7515,7 +7515,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1283">
<td><a href="https://cplusplus.github.io/CWG/issues/1283.html">1283</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Static data members of classes with typedef name for linkage purposes</td>
<td align="center">Not resolved</td>
</tr>
@@ -7533,7 +7533,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1286">
<td><a href="https://cplusplus.github.io/CWG/issues/1286.html">1286</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Equivalence of alias templates</td>
<td align="center">Not resolved</td>
</tr>
@@ -8241,7 +8241,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1404">
<td><a href="https://cplusplus.github.io/CWG/issues/1404.html">1404</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Object reallocation in unions</td>
<td align="center">Not resolved</td>
</tr>
@@ -8407,11 +8407,15 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td>Exceptions from other than <I>throw-expression</I>s</td>
<td class="unknown" align="center">Unknown</td>
</tr>
- <tr id="1432">
+ <tr class="open" id="1432">
<td><a href="https://cplusplus.github.io/CWG/issues/1432.html">1432</a></td>
- <td>C++17</td>
+ <td>open</td>
<td>Newly-ambiguous variadic template expansions</td>
- <td class="full" align="center">Clang 16</td>
+ <td align="center">
+ <details>
+ <summary>Not resolved</summary>
+ Clang 16 implements 2022-11-11 resolution
+ </details></td>
</tr>
<tr id="1433">
<td><a href="https://cplusplus.github.io/CWG/issues/1433.html">1433</a></td>
@@ -8919,7 +8923,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1517">
<td><a href="https://cplusplus.github.io/CWG/issues/1517.html">1517</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Unclear/missing description of behavior during construction/destruction</td>
<td align="center">Not resolved</td>
</tr>
@@ -9069,7 +9073,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1542">
<td><a href="https://cplusplus.github.io/CWG/issues/1542.html">1542</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Compound assignment of <I>braced-init-list</I></td>
<td align="center">Not resolved</td>
</tr>
@@ -9105,7 +9109,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1548">
<td><a href="https://cplusplus.github.io/CWG/issues/1548.html">1548</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Copy/move construction and conversion functions</td>
<td align="center">Not resolved</td>
</tr>
@@ -9625,7 +9629,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1634">
<td><a href="https://cplusplus.github.io/CWG/issues/1634.html">1634</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Temporary storage duration</td>
<td align="center">Not resolved</td>
</tr>
@@ -9751,7 +9755,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1655">
<td><a href="https://cplusplus.github.io/CWG/issues/1655.html">1655</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Line endings in raw string literals</td>
<td align="center">Not resolved</td>
</tr>
@@ -10027,7 +10031,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1701">
<td><a href="https://cplusplus.github.io/CWG/issues/1701.html">1701</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Array vs sequence in object representation</td>
<td align="center">Not resolved</td>
</tr>
@@ -10075,7 +10079,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1709">
<td><a href="https://cplusplus.github.io/CWG/issues/1709.html">1709</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Stringizing raw string literals containing newline</td>
<td align="center">Not resolved</td>
</tr>
@@ -10129,7 +10133,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1718">
<td><a href="https://cplusplus.github.io/CWG/issues/1718.html">1718</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Macro invocation spanning end-of-file</td>
<td align="center">Not resolved</td>
</tr>
@@ -10159,7 +10163,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1723">
<td><a href="https://cplusplus.github.io/CWG/issues/1723.html">1723</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Multicharacter user-defined character literals</td>
<td align="center">Not resolved</td>
</tr>
@@ -10231,7 +10235,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1735">
<td><a href="https://cplusplus.github.io/CWG/issues/1735.html">1735</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Out-of-range literals in <I>user-defined-literal</I>s</td>
<td align="center">Not resolved</td>
</tr>
@@ -10713,7 +10717,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/1815.html">1815</a></td>
<td>CD4</td>
<td>Lifetime extension in aggregate initialization</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr id="1816">
<td><a href="https://cplusplus.github.io/CWG/issues/1816.html">1816</a></td>
@@ -10723,7 +10727,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1817">
<td><a href="https://cplusplus.github.io/CWG/issues/1817.html">1817</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Linkage specifications and nested scopes</td>
<td align="center">Not resolved</td>
</tr>
@@ -11029,7 +11033,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1868">
<td><a href="https://cplusplus.github.io/CWG/issues/1868.html">1868</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Meaning of “placeholder type”</td>
<td align="center">Not resolved</td>
</tr>
@@ -11155,7 +11159,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1889">
<td><a href="https://cplusplus.github.io/CWG/issues/1889.html">1889</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Unclear effect of <TT>#pragma</TT> on conformance</td>
<td align="center">Not resolved</td>
</tr>
@@ -11231,7 +11235,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1901">
<td><a href="https://cplusplus.github.io/CWG/issues/1901.html">1901</a></td>
- <td>drafting</td>
+ <td>open</td>
<td><I>punctuator</I> referenced but not defined</td>
<td align="center">Not resolved</td>
</tr>
@@ -11687,7 +11691,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1977">
<td><a href="https://cplusplus.github.io/CWG/issues/1977.html">1977</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Contradictory results of failed destructor lookup</td>
<td align="center">Not resolved</td>
</tr>
@@ -11783,7 +11787,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="1993">
<td><a href="https://cplusplus.github.io/CWG/issues/1993.html">1993</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Use of <TT>template<></TT> defining member of explicit specialization</td>
<td align="center">Not resolved</td>
</tr>
@@ -12161,7 +12165,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2056">
<td><a href="https://cplusplus.github.io/CWG/issues/2056.html">2056</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Member function calls in partially-initialized class objects</td>
<td align="center">Not resolved</td>
</tr>
@@ -12263,7 +12267,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2073">
<td><a href="https://cplusplus.github.io/CWG/issues/2073.html">2073</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Allocating memory for exception objects</td>
<td align="center">Not resolved</td>
</tr>
@@ -12365,7 +12369,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2090">
<td><a href="https://cplusplus.github.io/CWG/issues/2090.html">2090</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Dependency via non-dependent base class</td>
<td align="center">Not resolved</td>
</tr>
@@ -12515,7 +12519,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2115">
<td><a href="https://cplusplus.github.io/CWG/issues/2115.html">2115</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Order of implicit destruction vs release of automatic storage</td>
<td align="center">Not resolved</td>
</tr>
@@ -12527,7 +12531,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2117">
<td><a href="https://cplusplus.github.io/CWG/issues/2117.html">2117</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Explicit specializations and <TT>constexpr</TT> function templates</td>
<td align="center">Not resolved</td>
</tr>
@@ -12593,7 +12597,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2128">
<td><a href="https://cplusplus.github.io/CWG/issues/2128.html">2128</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Imprecise rule for reference member initializer</td>
<td align="center">Not resolved</td>
</tr>
@@ -12649,7 +12653,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2137.html">2137</a></td>
<td>CD4</td>
<td>List-initialization from object of same type</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr id="2138">
<td><a href="https://cplusplus.github.io/CWG/issues/2138.html">2138</a></td>
@@ -13799,7 +13803,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2329">
<td><a href="https://cplusplus.github.io/CWG/issues/2329.html">2329</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Virtual base classes and generated assignment operators</td>
<td align="center">Not resolved</td>
</tr>
@@ -13937,7 +13941,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2351.html">2351</a></td>
<td>CD5</td>
<td><TT>void{}</TT></td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr id="2352">
<td><a href="https://cplusplus.github.io/CWG/issues/2352.html">2352</a></td>
@@ -14601,7 +14605,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2462">
<td><a href="https://cplusplus.github.io/CWG/issues/2462.html">2462</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Problems with the omission of the <TT>typename</TT> keyword</td>
<td align="center">Not resolved</td>
</tr>
@@ -14637,7 +14641,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2468">
<td><a href="https://cplusplus.github.io/CWG/issues/2468.html">2468</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Omission of the <TT>typename</TT> keyword in a member template parameter list</td>
<td align="center">Not resolved</td>
</tr>
@@ -14667,7 +14671,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2473">
<td><a href="https://cplusplus.github.io/CWG/issues/2473.html">2473</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Parentheses in pseudo-destructor calls</td>
<td align="center">Not resolved</td>
</tr>
@@ -14781,7 +14785,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2492">
<td><a href="https://cplusplus.github.io/CWG/issues/2492.html">2492</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Comparing user-defined conversion sequences in list-initialization</td>
<td align="center">Not resolved</td>
</tr>
@@ -14979,7 +14983,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2525">
<td><a href="https://cplusplus.github.io/CWG/issues/2525.html">2525</a></td>
- <td>drafting</td>
+ <td>open</td>
<td>Incorrect definition of implicit conversion sequence</td>
<td align="center">Not resolved</td>
</tr>
@@ -15113,7 +15117,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2547.html">2547</a></td>
<td>DRWP</td>
<td>Defaulted comparison operator function for non-classes</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr id="2548">
<td><a href="https://cplusplus.github.io/CWG/issues/2548.html">2548</a></td>
@@ -15123,7 +15127,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2549">
<td><a href="https://cplusplus.github.io/CWG/issues/2549.html">2549</a></td>
- <td>review</td>
+ <td>ready</td>
<td>Implicitly moving the operand of a <I>throw-expression</I> in unevaluated contexts</td>
<td align="center">Not resolved</td>
</tr>
@@ -15359,7 +15363,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2586.html">2586</a></td>
<td>CD6</td>
<td>Explicit object parameter for assignment and comparison</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr class="open" id="2587">
<td><a href="https://cplusplus.github.io/CWG/issues/2587.html">2587</a></td>
@@ -15605,13 +15609,13 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2627.html">2627</a></td>
<td>C++23</td>
<td>Bit-fields and narrowing conversions</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr id="2628">
<td><a href="https://cplusplus.github.io/CWG/issues/2628.html">2628</a></td>
<td>DRWP</td>
<td>Implicit deduction guides should propagate constraints</td>
- <td class="full" align="center">Clang 20</td>
+ <td class="unreleased" align="center">Clang 20</td>
</tr>
<tr id="2629">
<td><a href="https://cplusplus.github.io/CWG/issues/2629.html">2629</a></td>
@@ -16059,7 +16063,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
...
[truncated]
|
CC @mizvekov CWG1432 is a test you wrote just two weeks ago. |
@yuanfang-chen was also involved in implementing this resolution in clang. He is still involved in WG21. |
CI didn't manage to clone the repo, so I guess I'm ignoring it. |
@@ -3599,7 +3599,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2> | |||
<td><a href="https://cplusplus.github.io/CWG/issues/591.html">591</a></td> | |||
<td>CD4</td> | |||
<td>When a dependent base class is the current instantiation</td> | |||
<td class="full" align="center">Clang 20</td> | |||
<td class="unreleased" align="center">Clang 20</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issues that are resolved in Clang 20 should be marked as "full"
, not "unreleased"
. Other such cases below as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is caused by the fact that the script has hard-coded value of the latest release. I'll fix this
CWG472 is one of the CWG issues that were assigned to Mike Miller with
drafting
status, but recently got back toopen
, because Mike is no longer active in CWG. Nothing to be done here, except for changing the status.CWG1432 was recently reopened after a CWG reflector discussion. I changed the status to claim that we test for the previous resolution.