]> granicus.if.org Git - clang/commit
[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)
commit571d9d84bb6665ec5a6925183a09c9dcb94ab94b
tree735fbac2f95d452b786a7e4e37b656b613565e92
parentb5a0f8e88490495a12db0ed73b606282217f1b42
[OPENMP] Disable copyprivate an nowait clauses in 'single' directive.
The copyprivate clause must not be used with the nowait clause in single
directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226429 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaOpenMP.cpp
test/OpenMP/single_ast_print.cpp
test/OpenMP/single_copyprivate_messages.cpp