[PATCH] D108623: [flang] Fix non-deterministic line output function
Ivan Zhechev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 2 12:36:18 PDT 2021
ijan1 added a comment.
Commenting so that my inline comment shows.
================
Comment at: flang/lib/Semantics/check-declarations.cpp:1156
+ auto checkDefinedOperatorArgs =
+ [&](SourceName opName, const Symbol &specific, const Procedure &proc) {
+ bool arg0Defined {CheckDefinedOperatorArg(opName, specific, proc, 0)};
----------------
Meinersbur wrote:
> Nothing is implicitly captured.
I thought I had left a comment but it seems like it was unsubmitted. The `this` pointer is being captured here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108623/new/
https://reviews.llvm.org/D108623
More information about the llvm-commits
mailing list