From 1e409d8336d930933fbdc7becc714daf801dde50 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 24 Feb 2012 18:42:08 +0000 Subject: [PATCH] cxx_status: Consistently refer to C++11 as "C++11", not as "C++'11" nor as "C++0x". Use "C++98" to refer to C++98, not "C++". Add heading for C++98 support section. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151381 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 077a1d6c17..4b50c22532 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -3,7 +3,7 @@ - Clang - C++ and C++'11 Status + Clang - C++98 and C++11 Status