rnk added inline comments.

================
Comment at: test/Parser/arm-windows-calling-convention-handling.c:2
@@ -1,3 @@
-// RUN: %clang_cc1 -triple thumbv7-windows -fms-compatibility -fsyntax-only 
-verify %s
-
-int __cdecl cdecl(int a, int b, int c, int d) { // expected-warning {{calling 
convention '__cdecl' ignored for this target}}
----------------
martell wrote:
> rnk wrote:
> > Keep this test, add a line like this:
> >   // expected-no-diagnostics
> > And remove the rest of the diagnostic expectations.
> Sure I can do that :)
> 
> Will I add the same test for x64 as I don't see any?
Sure, copy-paste the RUN line and replace thumb7 with x86_64.


http://reviews.llvm.org/D12034



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

Reply via email to