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 de142b2 commit e1b1657Copy full SHA for e1b1657
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll
@@ -1450,8 +1450,6 @@ class TranslatedAssignExpr extends TranslatedNonConstantExpr {
1450
result = this.getLeftOperand().getResult()
1451
}
1452
1453
- abstract Instruction getStoredValue();
1454
-
1455
final TranslatedExpr getLeftOperand() {
1456
result = getTranslatedExpr(expr.getLValue().getFullyConverted())
1457
0 commit comments