[PATCH] D89562: [flang]Add Parser Support for OpenMP Allocate Directive

Irina Dobrescu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 02:37:17 PST 2020


Rin added inline comments.


================
Comment at: flang/lib/Semantics/check-omp-structure.h:145
   void Enter(const parser::OmpClause::NumThreads &);
+  void Enter(const parser::OmpClause::Allocator &);
   void Enter(const parser::OmpClause::Ordered &);
----------------
clementval wrote:
> Can you move this up. I think the enter clause function are listed by alphabetical order. 
Yeah, sure thing, I'll do so right away.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89562



More information about the llvm-commits mailing list