| commit | 7ff5524f7effdb722041581938a3ac665a4b3a43 | [log] [tgz] | 
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Thu Jun 19 09:13:45 2014 +0000 | 
| committer | Alexey Bataev <a.bataev@hotmail.com> | Thu Jun 19 09:13:45 2014 +0000 | 
| tree | a0112abee1da1f882d15925a29a14c5cf77d100f | |
| parent | b62e52e1b52f2cb064a3ad75d266748c8dc6b619 [diff] [blame] | 
[OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting llvm-svn: 211262
diff --git a/clang/test/OpenMP/no_option.c b/clang/test/OpenMP/no_option.c index 4acc8d0..8a65b03 100644 --- a/clang/test/OpenMP/no_option.c +++ b/clang/test/OpenMP/no_option.c
@@ -2,5 +2,5 @@ // expected-no-diagnostics int a; -#pragma omp threadprivate(a,b) +#pragma omp threadprivate(a, b) #pragma omp parallel