From: Douglas Gregor Date: Tue, 13 Oct 2009 19:41:44 +0000 (+0000) Subject: Give ourselves an A- on ASTs for explicit specializations, since they X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcde1909f6e0b760f69d2290efe702ac5e4e6ae9;p=clang 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 --- 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!

    14.7.3 [temp.expl.spec] ✓ - ✓ + ✓ - + ASTs do not carry enough information to reproduce source code accurately   14.8 [temp.fct.spec]