[PATCH] D91920: [Flang] [OpenMP] Add semantic checks for OpenMP firstprivate , lastprivate and copyprivate clauses

Praveen G via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 06:25:21 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG75ef78ffee7f: [Flang][OpenMP] Add semantic checks for OpenMP clauses. (authored by praveen).

Changed prior to commit:
  https://reviews.llvm.org/D91920?vs=326973&id=327099#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91920/new/

https://reviews.llvm.org/D91920

Files:
  flang/include/flang/Semantics/symbol.h
  flang/lib/Semantics/check-directive-structure.h
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/check-omp-structure.h
  flang/lib/Semantics/resolve-directives.cpp
  flang/test/Semantics/omp-clause-validity01.f90
  flang/test/Semantics/omp-copyprivate01.f90
  flang/test/Semantics/omp-copyprivate02.f90
  flang/test/Semantics/omp-copyprivate03.f90
  flang/test/Semantics/omp-firstprivate01.f90
  flang/test/Semantics/omp-lastprivate01.f90
  flang/test/Semantics/omp-lastprivate02.f90
  flang/test/Semantics/omp-single01.f90
  flang/test/Semantics/omp-single02.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91920.327099.patch
Type: text/x-patch
Size: 27412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210301/20832eb9/attachment.bin>


More information about the llvm-commits mailing list