[PATCH] D140828: [C++] Implement "Deducing this" (P0847R7)

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 28 09:44:52 PDT 2023


aaron.ballman added a comment.

Aside from some minor nits in the release notes, I think this LGTM. I'm going to hold off on accepting officially for a day or two just so other code reviews have a chance to weigh in (the codegen code owners were only added to the review today).



================
Comment at: clang/docs/ReleaseNotes.rst:94-98
+- Implemented `P0847R7: Deducing this <https://wg21.link/P0847R7>`. Some related core issues were also
+  implemented (`CWG2553 <https://wg21.link/CWG2553>`, `CWG2554 <https://wg21.link/CWG2554>`,
+  `CWG2653 <https://wg21.link/CWG2653>`, `CWG2687 <https://wg21.link/CWG2687>`).
+  Because the support for this feature is still experimental, the feature test macro ``__cpp_explicit_this_parameter``
+  was not set in this version.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140828



More information about the cfe-commits mailing list