When a scalar-valued function with no distinct RESULT
is being called recursively in its own executable part,
emit a better message about the error. Clean up the
code that resolves function vs. array ambiguities in
expression semantics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Aside from that one nit, all builds, tests, and looks good.
flang/lib/Semantics/expression.cpp | ||
---|---|---|
2815 | This is the only use of "hasArgs". You could just put the code that defines it here. |
Comment Actions
Please take another look at the updated patch at your convenience and confirm that your comment has been addressed to your satisfaction; thanks!
This is the only use of "hasArgs". You could just put the code that defines it here.