C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-09-11 11:07:55 +01:00
parent dd53e3fe65
commit d648150322

View File

@@ -638,7 +638,8 @@ private predicate exprToExprStep_nocfg(Expr fromExpr, Expr toExpr) {
exists(int iIn |
inModel.isParameter(iIn) and
fromExpr = call.getArgument(iIn)
) or
)
or
inModel.isQualifierObject() and
fromExpr = call.getQualifier()
) and