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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to