C++: Autoformat more

This commit is contained in:
Robert Marsh
2020-11-17 13:44:20 -08:00
parent 04641a3f2d
commit 5aed82a210

View File

@@ -146,8 +146,8 @@ predicate modeledTaintStep(DataFlow::Node nodeIn, DataFlow::Node nodeOut) {
// Taint flow from a pointer argument to an output, when the model specifies flow from the deref
// to that output, but the deref is not modeled in the IR for the caller.
exists(
CallInstruction call, ReadSideEffectInstruction read, Function func,
FunctionInput modelIn, FunctionOutput modelOut
CallInstruction call, ReadSideEffectInstruction read, Function func, FunctionInput modelIn,
FunctionOutput modelOut
|
read.getSideEffectOperand() = callInput(call, modelIn).asOperand() and
read.getArgumentDef() = nodeIn.asInstruction() and