We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b49a617 + a1cb419 commit 64b8f97Copy full SHA for 64b8f97
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll
@@ -1844,9 +1844,6 @@ class TranslatedAssignExpr extends TranslatedNonConstantExpr {
1844
child = this.getRightOperand() and
1845
result = this.getLeftOperand().getFirstInstruction(kind)
1846
or
1847
- child = this.getRightOperand() and
1848
- result = this.getLeftOperand().getFirstInstruction(kind)
1849
- or
1850
kind instanceof GotoEdge and
1851
child = this.getLeftOperand() and
1852
result = this.getInstruction(AssignmentStoreTag())
0 commit comments