[PATCH] D111187: [Clang] Add information about partially implemented features

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 7 10:03:09 PDT 2021


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM, I think this is a great idea! I'll start using it in the c_status page as well. Thanks! (I can clean up the formatting nits when I land, so don't feel obligated to fix those.)



================
Comment at: clang/www/cxx_status.html:917
+          <details><summary>Partial</summary>
+          Constraining template template parameters is not yet supported.
+          </details>
----------------



================
Comment at: clang/www/cxx_status.html:1026
+        <details><summary>Clang 13</summary>
+        [temp.deduct] p9 is not yet implemented.
+        </details>
----------------



================
Comment at: clang/www/cxx_status.html:1122
+        <details><summary>Partial</summary>
+        Using consteval functions as default parameters is not yet supported
+        </details>
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111187



More information about the cfe-commits mailing list