[PATCH] [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')
Dmitri Gribenko
gribozavr at gmail.com
Thu Mar 20 05:14:32 PDT 2014
LGTM.
================
Comment at: test/OpenMP/simd_misc_messages.c:87
@@ +86,3 @@
+ for (i = 0; i < 16; ++i) ;
+ // expected-error at +1 {{xpected expression}} expected-error at +1 {{expected ')'}} expected-note at +1 {{to match this '('}}
+ #pragma omp simd safelen(
----------------
Missing 'e' in '{{xpected'
================
Comment at: test/OpenMP/simd_safelen_messages.cpp:1
@@ +1,2 @@
+// RUN: %clang_cc1 -verify -fopenmp=libiomp5 -ferror-limit 100 %s
+
----------------
'-ferror-limit 100' seems to be unnecessary here.
http://llvm-reviews.chandlerc.com/D3111
More information about the cfe-commits
mailing list