[OpenMP][FIX] Allow multiple `depend` clauses on a `taskwait nowait`
authorJohannes Doerfert <johannes@jdoerfert.de>
Wed, 11 Jan 2023 19:22:11 +0000 (11:22 -0800)
committerJohannes Doerfert <johannes@jdoerfert.de>
Thu, 12 Jan 2023 06:24:23 +0000 (22:24 -0800)
commita8eccca934156943f02c4423e4b7df12fe77dca8
tree777696d11bb7be55c5bd36848a462fd5793c4a6a
parent5e4369e53d3c33b3ec69c0b7ec180db8851e792a
[OpenMP][FIX] Allow multiple `depend` clauses on a `taskwait nowait`

Fixes https://github.com/llvm/llvm-project/issues/59941

Differential Revision: https://reviews.llvm.org/D141531
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/taskwait_ast_print.cpp