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