compnerd added a comment.

Ah, thanks for the explanation @efriedma.



================
Comment at: lib/AST/MicrosoftMangle.cpp:981-984
+      Out << "YAXPAU__block_literal";
+      if (Discriminator)
+        Out<< '_' << Discriminator;
+      Out << "@@@Z";
----------------
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.


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