majnemer added inline comments.

================
Comment at: lib/AST/MicrosoftMangle.cpp:981-984
+      Out << "YAXPAU__block_literal";
+      if (Discriminator)
+        Out<< '_' << Discriminator;
+      Out << "@@@Z";
----------------
compnerd wrote:
> majnemer wrote:
> > I think you want to use mangleArtificalTagType here.
> I was considering that.  The addition of the `Discriminator` makes that 
> harder.  I can create a local buffer and create the name and then mangle that 
> though if you feel strongly about that.
I do, it will ensure it correctly backreferences.


Repository:
  rL LLVM

https://reviews.llvm.org/D34523



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

Reply via email to