From 054060c4ecdc8f8290aa4224085c056630b9e8a0 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 13 Oct 2009 19:41:44 +0000 Subject: [PATCH] Give ourselves an A- on ASTs for explicit specializations, since they aren't rich enough to reproduce the source accurately. llvm-svn: 84012 --- clang/www/cxx_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 23da6f116b02..cb0a363f1eb0 100644 --- a/clang/www/cxx_status.html +++ b/clang/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]