[PATCH] D12402: PR24595: clang-cl fails to compile vswriter.h header from Windows SDK 8.1 in 32 bit mode

Andrey Bokhanko via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 3 08:17:47 PDT 2015


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





More information about the cfe-commits mailing list