[PATCH] D72390: [www] Remove stale text about default c++ standard from cxx_status.html

Russell Gallop via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 8 02:06:33 PST 2020


russell.gallop created this revision.
russell.gallop added reviewers: rsmith, t.p.northover.
Herald added a project: clang.

Since r320250 c++98 is no longer the default, but cxx_status.html still said it was. I think the original intent of the statement was to say that clang by default supports some c++11 features which is no longer as pertinent information so this patch removes this statement. The page no longer mentions the default c++ dialect.

An alternative would be to say the default prior to Clang 6.0 (gnu++98) and from 6.0 onwards (gnu++14).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72390

Files:
  clang/www/cxx_status.html


Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -59,10 +59,9 @@
   href="https://www.iso.org/standard/50372.html">ISO
   C++ 2011 standard</a>.
 
-<p>By default, Clang builds C++ code according to the C++98 standard, with many
-C++11 features accepted as extensions. You can use Clang in C++11 mode with the
-<code>-std=c++11</code> option. Clang's C++11 mode can be used
-with <a href="https://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++.
+<p>You can use Clang in C++11 mode with the <code>-std=c++11</code> option.
+Clang's C++11 mode can be used with <a
+href="https://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++.
 
 <details>
 <summary>List of features and minimum Clang version with support</summary>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72390.236775.patch
Type: text/x-patch
Size: 840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200108/69ad667f/attachment.bin>


More information about the cfe-commits mailing list