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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 3 07:25:44 PST 2023


erichkeane added inline comments.


================
Comment at: clang/lib/AST/MicrosoftMangle.cpp:2560
       IsInLambda = true;
-    if (MD->isInstance())
+    if (MD->isImplicitObjectMemberFunction())
       HasThisQuals = true;
----------------
cor3ntin wrote:
> erichkeane wrote:
> > This bit probably  needs to wait until microsoft decides what the mangling for these are (all of microsoft mangle)
> I've been chatting with Cameron, microsoft has decided :)
> I still have to hear back from the GCC/Itanium folks though
Ah! Good!  See whatever you can get to make sure we match though!

As far as Itanium, did you try posting on the Itanium github?


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