jlebar added inline comments.

================
Comment at: test/SemaCUDA/kernel-call.cu:27
@@ -26,1 +26,3 @@
+
+  g1<<<undeclared, 1>>>(42); // expected-error {{use of undeclared identifier 
'undeclared'}}
 }
----------------
We set four things in setConfig -- does this test fail if any one of them is 
commented out?  If not, is it hard to add additional tests that will cover the 
changes?


http://reviews.llvm.org/D15858



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

Reply via email to