erichkeane added inline comments.

================
Comment at: clang/lib/AST/MicrosoftMangle.cpp:2481
+  case BuiltinType::Id:                                               \
+        Out << "PA";                                                  \
+    mangleArtificialTagType(TTK_Struct, MangledName);                 \
----------------
I'm not sure what the PA is supposed to mean?  I see some uses of 
mangleArtificialTagType don't do anything with it, so I fear it is something 
OCL specific.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128440

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

Reply via email to