[PATCH] D150450: Add C++26 compile flags.

H. Vetinari via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 12 18:20:46 PDT 2023


h-vetinari added inline comments.


================
Comment at: clang/include/clang/Basic/LangStandard.h:128
+
+  // hasDigraphs - Language supports digraphs.
   bool hasDigraphs() const { return Flags & Digraphs; }
----------------
Spuriously removed slash


================
Comment at: clang/www/cxx_status.html:1568
 
+<h2 id="cxx26">C++2c implementation status</h2>
+
----------------
The longer this page gets, the more I feel it should be sorted in reverse chronological order of the standard versions. It's bothersome IMO to keep scrolling past almost-fully implemented standards (currently the tables for C++17 & C++20) before getting to see the status of the latest & greatest. 

https://en.cppreference.com/w/cpp/compiler_support is sorted in reverse order as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150450/new/

https://reviews.llvm.org/D150450



More information about the cfe-commits mailing list