[flang-commits] [PATCH] D98256: [flang] Save AllocateObject and PointerObject analyzed expression

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Mar 9 10:18:11 PST 2021


klausler requested changes to this revision.
klausler added a comment.
This revision now requires changes to proceed.

If you grep the sources for "typedExpr" you'll find some other places that should be changed (unparse.cpp, Semantics/tools.cpp, dump-parse-tree.h).  And you should think about moving this code into Semantics/expression.cpp to be near the other stuff that analyzes and saves typed expressions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98256



More information about the flang-commits mailing list