[PATCH] D103832: [flang] Check for calling a type parameter as a function
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 12:37:47 PDT 2021
PeteSteinfeld added inline comments.
================
Comment at: flang/lib/Semantics/expression.cpp:2743
+ symbol.has<semantics::AssocEntityDetails>() ||
+ symbol.has<semantics::TypeParamDetails>()) {
// Note that expression in AssocEntityDetails cannot be a procedure
----------------
klausler wrote:
> This may not be the right place to fix. Want me to take a look at this?
Go for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103832/new/
https://reviews.llvm.org/D103832
More information about the llvm-commits
mailing list