Skip to content

Commit

Permalink
Update astutils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Apr 9, 2024
1 parent fe45744 commit 73b4547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/astutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3305,6 +3305,7 @@ static ExprUsage getFunctionUsage(const Token* tok, int indirect, const Settings
return ExprUsage::PassedByReference;
}
}
return ExprUsage::NotUsed;
}
}
if (!args.empty() && indirect == 0 && !addressOf)
Expand Down

0 comments on commit 73b4547

Please sign in to comment.