[PATCH] D146386: [MS ABI] Fix mangling references to declarations.

Andrey Ali Khan Bolshakov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 26 19:27:08 PDT 2023


bolshakov-a added inline comments.


================
Comment at: clang/lib/AST/MicrosoftMangle.cpp:1247
+      unsigned DiagID = Diags.getCustomDiagID(
+          DiagnosticsEngine::Error, "cannot mangle anonymous struct/union yet");
+      Diags.Report(DiagID);
----------------
efriedma wrote:
> maybe say "anonymous struct/union member pointer", if you don't implement this.
It is not specific only to member pointers, as the examples in my previous comment show.


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

https://reviews.llvm.org/D146386



More information about the cfe-commits mailing list