aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-12-01 13:35:23 +0300
committerVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-12-01 13:43:22 +0300
commit289fe74ddbb4c8aa7128f60db6b20c119922b542 (patch)
tree23270838aa2a91cf02fc7e5a0caaba84779c3b77 /clang/www
parentda1aff2b2a3192f5e32fa350de19aac0b89fed18 (diff)
downloadllvm-289fe74ddbb4c8aa7128f60db6b20c119922b542.zip
llvm-289fe74ddbb4c8aa7128f60db6b20c119922b542.tar.gz
llvm-289fe74ddbb4c8aa7128f60db6b20c119922b542.tar.bz2
[clang][NFC] Fill in historical data on when C++ DRs 100-199 were fixed
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_dr_status.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 7cf657a..141b2aa 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -685,7 +685,7 @@
<td><a href="https://cplusplus.github.io/CWG/issues/108.html">108</a></td>
<td>TC1</td>
<td>Are classes nested in templates dependent?</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 2.9</td>
</tr>
<tr id="109">
<td><a href="https://cplusplus.github.io/CWG/issues/109.html">109</a></td>
@@ -727,7 +727,7 @@
<td><a href="https://cplusplus.github.io/CWG/issues/115.html">115</a></td>
<td>CD1</td>
<td>Address of template-id</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 3.0</td>
</tr>
<tr id="116">
<td><a href="https://cplusplus.github.io/CWG/issues/116.html">116</a></td>
@@ -883,13 +883,13 @@
<td><a href="https://cplusplus.github.io/CWG/issues/141.html">141</a></td>
<td>CD1</td>
<td>Non-member function templates in member access expressions</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 3.1</td>
</tr>
<tr id="142">
<td><a href="https://cplusplus.github.io/CWG/issues/142.html">142</a></td>
<td>TC1</td>
<td>Injection-related errors in access example</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 2.8</td>
</tr>
<tr id="143">
<td><a href="https://cplusplus.github.io/CWG/issues/143.html">143</a></td>
@@ -943,7 +943,7 @@
<td><a href="https://cplusplus.github.io/CWG/issues/151.html">151</a></td>
<td>TC1</td>
<td>Terminology of zero-initialization</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 3.1</td>
</tr>
<tr id="152">
<td><a href="https://cplusplus.github.io/CWG/issues/152.html">152</a></td>
@@ -1003,7 +1003,7 @@
<td><a href="https://cplusplus.github.io/CWG/issues/161.html">161</a></td>
<td>TC1</td>
<td>Access to protected nested type</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 3.1</td>
</tr>
<tr id="162">
<td><a href="https://cplusplus.github.io/CWG/issues/162.html">162</a></td>
@@ -1033,7 +1033,7 @@
<td><a href="https://cplusplus.github.io/CWG/issues/166.html">166</a></td>
<td>TC1</td>
<td>Friend declarations of <I>template-id</I>s</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 2.9</td>
</tr>
<tr id="167">
<td><a href="https://cplusplus.github.io/CWG/issues/167.html">167</a></td>
@@ -1087,13 +1087,13 @@
<td><a href="https://cplusplus.github.io/CWG/issues/175.html">175</a></td>
<td>CD1</td>
<td>Class name injection and base name access</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 2.8</td>
</tr>
<tr id="176">
<td><a href="https://cplusplus.github.io/CWG/issues/176.html">176</a></td>
<td>TC1</td>
<td>Name injection and templates</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 3.1</td>
</tr>
<tr id="177">
<td><a href="https://cplusplus.github.io/CWG/issues/177.html">177</a></td>
@@ -1117,7 +1117,7 @@
<td><a href="https://cplusplus.github.io/CWG/issues/180.html">180</a></td>
<td>CD1</td>
<td><TT>typename</TT> and elaborated types</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 2.8</td>
</tr>
<tr id="181">
<td><a href="https://cplusplus.github.io/CWG/issues/181.html">181</a></td>