[flang][openacc] Add more parsing/sema tests for init and shutdown directives
authorValentin Clement <clementval@gmail.com>
Wed, 6 Jan 2021 19:15:07 +0000 (14:15 -0500)
committerclementval <clementval@gmail.com>
Wed, 6 Jan 2021 19:15:19 +0000 (14:15 -0500)
commit322e98bc279989a6fb7f181b6f6a2d9a6927dd67
treec7962833c22cc1f0f3aa9addc145ed05c0512a3e
parent7916fd71e9431829b22aed77711e11ea1dc225e3
[flang][openacc] Add more parsing/sema tests for init and shutdown directives

This patch adds some positive and failure tests for init and shutdown directives.

Reviewed By: kiranktp

Differential Revision: https://reviews.llvm.org/D90786
flang/test/Semantics/acc-clause-validity.f90