[OPENMP5.0]Allow teams directive outside of the target directives.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 10 Sep 2019 20:19:58 +0000 (20:19 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 10 Sep 2019 20:19:58 +0000 (20:19 +0000)
commit7a54d76fa540f88ffe45f9e9eeca958dea369719
tree0821fec9880b78d58cb7650e4813283639b5874b
parent38e033bf33e8a8261d1d4497524fe75ef3486a9a
[OPENMP5.0]Allow teams directive outside of the target directives.

According to OpenMP 5.0, teams directives are allowed not only in the
target context, but also in the implicit parallel regions.

llvm-svn: 371553
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/teams_ast_print.cpp
clang/test/OpenMP/teams_codegen.cpp
clang/test/OpenMP/teams_messages.cpp