[flang][OpenMP] Add semantic check for occurrence of multiple list items in aligned...
authorArnamoy Bhattacharyya <arnamoy10@gmail.com>
Thu, 11 Mar 2021 13:15:55 +0000 (08:15 -0500)
committerArnamoy Bhattacharyya <arnamoy10@gmail.com>
Thu, 11 Mar 2021 15:01:21 +0000 (10:01 -0500)
commite361afb6c5c9e0360d1782a23f143f80da94cee8
treed653cc154a8a91fca72fc7aa9a383c006e145fcb
parentaada8984e617058bfc9aa1f879d584ad04d2e7df
[flang][OpenMP] Add semantic check for occurrence of multiple list items in aligned clause for simd directive

Reviewed By: kiranchandramohan, clementval

Differential Revision: https://reviews.llvm.org/D97964
flang/lib/Semantics/check-directive-structure.h
flang/lib/Semantics/check-omp-structure.cpp
flang/test/Semantics/omp-simd-aligned.f90 [new file with mode: 0644]