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 ad292d8 commit e292eeeCopy full SHA for e292eee
cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -396,9 +396,7 @@ class DefinitionByReferenceNode extends InstructionNode {
396
private class ArgumentIndirectionNode extends InstructionNode {
397
override ReadSideEffectInstruction instr;
398
399
- override string toString() {
400
- result = "Argument " + instr.getIndex() + " indirection"
401
- }
+ override string toString() { result = "Argument " + instr.getIndex() + " indirection" }
402
}
403
404
/**
0 commit comments