]> granicus.if.org Git - clang/commitdiff
Give ourselves an A- on ASTs for explicit specializations, since they
authorDouglas Gregor <dgregor@apple.com>
Tue, 13 Oct 2009 19:41:44 +0000 (19:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 13 Oct 2009 19:41:44 +0000 (19:41 +0000)
aren't rich enough to reproduce the source accurately.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84012 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 23da6f116b02edd09cde127401a063352416dbbc..cb0a363f1eb06d99267572d7f7ad3d639100661f 100644 (file)
@@ -2086,10 +2086,10 @@ welcome!</p>
 <tr>
   <td>&nbsp;&nbsp;&nbsp;&nbsp;14.7.3 [temp.expl.spec]</td>
   <td class="complete" align="center">&#x2713;</td>
-  <td class="complete" align="center">&#x2713;</td>
+  <td class="advanced" align="center"></td>
   <td class="complete" align="center">&#x2713;</td>
   <td class="complete" align="center"></td>
-  <td></td>
+  <td>ASTs do not carry enough information to reproduce source code accurately</td>
 </tr>
 <tr>
   <td>&nbsp;&nbsp;14.8 [temp.fct.spec]</td>