[flang-commits] [PATCH] D94815: [flang] Create names to allow access to inaccessible specifics
Tim Keith via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Jan 15 14:14:52 PST 2021
tskeith accepted this revision.
tskeith added inline comments.
This revision is now accepted and ready to land.
================
Comment at: flang/include/flang/Semantics/tools.h:41
const Scope *FindModuleContaining(const Scope &);
+const Scope *FindModuleFileContaining(const Scope &);
const Scope *FindPureProcedureContaining(const Scope &);
----------------
This is only used in a boolean context, so it could be something like `bool IsInModFile(const Scope &)`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94815/new/
https://reviews.llvm.org/D94815
More information about the flang-commits
mailing list