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 dfde571 commit 6c4685eCopy full SHA for 6c4685e
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll
@@ -1501,7 +1501,7 @@ class TranslatedBlockAssignExpr extends TranslatedNonConstantExpr {
1501
}
1502
1503
final override Instruction getFirstInstruction() {
1504
- // The operand evaluation order should since block assignments behave like memcpy.
+ // The operand evaluation order should not matter since block assignments behave like memcpy.
1505
result = this.getLeftOperand().getFirstInstruction()
1506
1507
0 commit comments