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>
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>
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits