[PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Dmitri Gribenko
gribozavr at gmail.com
Tue Feb 18 02:59:29 PST 2014
I don't see any more obvious points for improvement, this patch LGTM, but it would be great if someone else took a quick look as well.
================
Comment at: test/OpenMP/simd_misc_messages.c:34
@@ +33,3 @@
+ if (i == 5)
+ goto L1; // expected-error {{use of undeclared label 'L1'}}
+ else if (i == 6)
----------------
The diagnostic here is not that great, unfortunately.
http://llvm-reviews.chandlerc.com/D2815
More information about the cfe-commits
mailing list