[PATCH] D85212: Add parser support for OpenMP allocate clause

Irina Dobrescu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 01:36:00 PDT 2020


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

[flang][OpenMP]Add parser support for OpenMP Allocate Clause Update
Added a test to check behaviour when handling a custom allocator as well as fixing formatting issues

1. Updating D85212 <https://reviews.llvm.org/D85212>: Add parser support for OpenMP allocate clause #
2. Enter a brief description of the changes included in this update.
3. The first line is used as subject, next lines as comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85212

Files:
  flang/include/flang/Parser/dump-parse-tree.h
  flang/include/flang/Parser/parse-tree.h
  flang/lib/Parser/openmp-parsers.cpp
  flang/lib/Parser/unparse.cpp
  flang/test/Semantics/omp-clause-validity01.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85212.283162.patch
Type: text/x-patch
Size: 5280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200805/cbb163f0/attachment.bin>


More information about the llvm-commits mailing list