aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-10-13 19:41:44 +0000
committerDouglas Gregor <dgregor@apple.com>2009-10-13 19:41:44 +0000
commitdcde1909f6e0b760f69d2290efe702ac5e4e6ae9 (patch)
treeb4ce704efbdc719ef1ef06394973c75b4c443fd5
parentd3f88343af2dec3459493fafa22532317321eaf0 (diff)
Give ourselves an A- on ASTs for explicit specializations, since they
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
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 23da6f116b..cb0a363f1e 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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>