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

Irina Dobrescu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 08:46:48 PDT 2020


Rin marked an inline comment as done.
Rin added inline comments.


================
Comment at: flang/include/flang/Parser/dump-parse-tree.h:553
+  NODE(parser, OpenMPDeclarativeAllocate)
+  /*NODE(OpenMPDeclarativeAllocate, AllocatorClause)*/
   NODE(parser, OpenMPDeclarativeConstruct)
----------------
clementval wrote:
> Any reason to keep this? 
None other than the fact that I didn't notice it when I was cleaning up the code. Really sorry about that. Will remove it straight away. Same for the other one.


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