[cfe-commits] r84012 - /cfe/trunk/www/cxx_status.html
Douglas Gregor
dgregor at apple.com
Tue Oct 13 12:41:44 PDT 2009
Author: dgregor
Date: Tue Oct 13 14:41:44 2009
New Revision: 84012
URL: http://llvm.org/viewvc/llvm-project?rev=84012&view=rev
Log:
Give ourselves an A- on ASTs for explicit specializations, since they
aren't rich enough to reproduce the source accurately.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=84012&r1=84011&r2=84012&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue Oct 13 14:41:44 2009
@@ -2086,10 +2086,10 @@
<tr>
<td> 14.7.3 [temp.expl.spec]</td>
<td class="complete" align="center">✓</td>
- <td class="complete" align="center">✓</td>
+ <td class="advanced" align="center"></td>
<td class="complete" align="center">✓</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> 14.8 [temp.fct.spec]</td>
More information about the cfe-commits
mailing list