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 f44b945 commit ffd6563Copy full SHA for ffd6563
flang/lib/Evaluate/call.cpp
@@ -254,8 +254,8 @@ void ProcedureRef::DetermineCopyInOut() {
254
}
255
// Get folding context of the call site owner
256
FoldingContext &fc{proc_.GetSymbol()->owner().context().foldingContext()};
257
- auto procInfo{characteristics::Procedure::Characterize(
258
- proc_, fc, /*emitError=*/true)};
+ auto procInfo{
+ characteristics::Procedure::Characterize(proc_, fc, /*emitError=*/true)};
259
if (!procInfo) {
260
return;
261
0 commit comments