[flang-commits] [flang] [flang][Parser] Convert applyMem to invoke non-void members (PR #119782)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Mon Dec 16 06:19:31 PST 2024
================
@@ -141,7 +141,7 @@ collect the values that they return.
* `applyLambda([](&&x){}, p1, p2, ...)` is the same thing, but for lambdas
and other function objects.
* `applyMem(mf, p1, p2, ...)` is the same thing, but invokes a member
- function of the result of the first parser for updates in place.
+ function of the result of the first parser.
----------------
kparzysz wrote:
I couldn't find any uses of this in the upstream sources. I thought that maybe it's used in some downstream project.
https://github.com/llvm/llvm-project/pull/119782
More information about the flang-commits
mailing list