[PATCH] D96631: [flang] Detect circularly defined procedures

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 19:14:34 PST 2021


PeteSteinfeld updated this revision to Diff 323864.
PeteSteinfeld added a comment.

Responding to comments from Tim.  I made the functions that characterize
Procedure, DummyArgument, and DummyProcedure that are mutually recursive all be
static and reside completely in characteristics.cpp.  I also started using the
type SymbolSet and recoded the function to create a string of comma separated
names to use a utility from LLVM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96631

Files:
  flang/include/flang/Evaluate/characteristics.h
  flang/lib/Evaluate/characteristics.cpp
  flang/test/Semantics/resolve100.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96631.323864.patch
Type: text/x-patch
Size: 15767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210216/7a21319b/attachment.bin>


More information about the llvm-commits mailing list