[PATCH] D146090: [Clang] Updating handling of defaulted comparison operators to reflect changes from P2448R2

H. Vetinari via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 4 22:48:13 PDT 2023


h-vetinari added inline comments.


================
Comment at: clang/www/cxx_status.html:1485-1486
+        <details><summary>Clang 17 (Partial)</summary>
+	  We do not support outside of defaulted special memeber functions the change that constexpr functions no
+          longer have to be constexpr compatible but rather support a less restricted requirements for constexpr
+          functions. Which include allowing non-literal types as return values and paremeters, allow calling of
----------------
That sentence is impossible to parse for me. Is "outside of defaulted special member functions" supposed to be a subclause? The second sentence is also not great ("Which include [X], allow [Y]").

Also typos: "memeber" and "paremeters".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146090



More information about the cfe-commits mailing list