]> granicus.if.org Git - clang/commit
[OPENMP]Allow priority clause in combined task-based directives.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 16 Oct 2019 18:09:37 +0000 (18:09 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 16 Oct 2019 18:09:37 +0000 (18:09 +0000)
commitbdbeb873a38db5640831d9110ae45ae50a5a65d5
tree058971113c0cebe30d9685369d423c8a0c3ad078
parent4da6acb783d62e0d65c3543e874fd8e883ed3370
[OPENMP]Allow priority clause in combined task-based directives.

The expression of the priority clause must be captured in the combined
task-based directives, like 'parallel master taskloop' directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375026 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/OpenMPClause.h
include/clang/AST/RecursiveASTVisitor.h
lib/AST/OpenMPClause.cpp
lib/AST/StmtProfile.cpp
lib/Sema/SemaOpenMP.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/OpenMP/parallel_master_taskloop_codegen.cpp