We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aace0c2 commit 5fdfb45Copy full SHA for 5fdfb45
flang/lib/Lower/ConvertCall.cpp
@@ -1256,7 +1256,8 @@ static PreparedDummyArgument preparePresentUserCallActualArgument(
1256
(actual.isArray() || mlir::isa<fir::BaseBoxType>(dummyType));
1257
1258
// Helper function to make it easier to unwrap and use expression
1259
- auto argHasTriplet = [](const Fortran::evaluate::ActualArgument &arg) -> bool {
+ auto argHasTriplet =
1260
+ [](const Fortran::evaluate::ActualArgument &arg) -> bool {
1261
if (const auto *expr = arg.UnwrapExpr())
1262
return HasTriplet(*expr);
1263
return false;
0 commit comments