[flang-commits] [PATCH] D114806: [flang] Rearrange prototype & code placement of IsCoarray()

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Nov 30 09:30:33 PST 2021


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
klausler requested review of this revision.

A quick fix last week to the shared library build caused
the predicate IsCoarray(const Symbol &) to be moved from
Semantics to Evaluate.  This patch completes that move in
a way that properly combines the existing IsCoarray() tests
for expressions and other object with the test for a symbol.


https://reviews.llvm.org/D114806

Files:
  flang/include/flang/Evaluate/tools.h
  flang/lib/Evaluate/tools.cpp
  flang/lib/Semantics/check-allocate.cpp
  flang/lib/Semantics/check-declarations.cpp
  flang/lib/Semantics/check-do-forall.cpp
  flang/lib/Semantics/resolve-names.cpp
  flang/lib/Semantics/tools.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114806.390743.patch
Type: text/x-patch
Size: 7241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20211130/9ee02168/attachment.bin>


More information about the flang-commits mailing list