[PATCH] D103832: [flang] Check for calling a type parameter as a function
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 12:05:00 PDT 2021
klausler 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
----------------
This may not be the right place to fix. Want me to take a look at this?
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