[OPENMP] Disable copyprivate an nowait clauses in 'single' directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 19 Jan 2015 05:20:46 +0000 (05:20 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 19 Jan 2015 05:20:46 +0000 (05:20 +0000)
commit3255bf3aacbb71d1a52f3d0951af87717e0ee30a
tree8bcd7b0cd19c85ef6659877b19c2cf663df98e5c
parentb93d3dbc1fc963834d51168d34a76815d2906391
[OPENMP] Disable copyprivate an nowait clauses in 'single' directive.
The copyprivate clause must not be used with the nowait clause in single
directive.

llvm-svn: 226429
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/single_ast_print.cpp
clang/test/OpenMP/single_copyprivate_messages.cpp