andreybokhanko marked 4 inline comments as done.

================
Comment at: lib/Sema/SemaType.cpp:5873-5877
@@ +5872,7 @@
+      return;
+
+    ToCC = DefaultCC;
+
+    // Issue a warning on ignored calling convention -- except of __stdcall.
+    // Again, this is what MS compiler does.
+    if (CurCC != CC_X86StdCall)
----------------
I tried, but this leads to massive stability fails. I'm willing to investigate 
and fix them (if needed), but in a separate patch, OK?


http://reviews.llvm.org/D12402



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

Reply via email to