[PATCH] D91159: [flang]Add General Semantic Checks for Allocate Directive

Irina Dobrescu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 04:46:34 PST 2020


Rin updated this revision to Diff 311169.
Rin added a comment.

Rebase with Parser for Allocate Directive patch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91159

Files:
  flang/include/flang/Parser/parse-tree.h
  flang/include/flang/Semantics/symbol.h
  flang/lib/Parser/type-parsers.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-allocate01.f90
  flang/test/Semantics/omp-allocate02.f90
  flang/test/Semantics/omp-allocate03.f90
  flang/test/Semantics/omp-allocate04.f90
  flang/test/Semantics/omp-allocate05.f90
  llvm/include/llvm/Frontend/OpenMP/OMP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91159.311169.patch
Type: text/x-patch
Size: 17443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201211/513ef932/attachment.bin>


More information about the llvm-commits mailing list