[PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 08:47:02 PST 2016


Anastasia added inline comments.

================
Comment at: test/SemaOpenCL/implicit-typedef.cl:1
@@ +1,2 @@
+// RUN: %clang_cc1 %s -DTEST_WARNINGS -cl-std=CL2.0 -verify -pedantic -fsyntax-only -Wsystem-headers
+// RUN: %clang_cc1 %s -cl-std=CL2.0 -fsyntax-only
----------------
do you need -pedantic here?


http://reviews.llvm.org/D16351





More information about the cfe-commits mailing list