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 f791b0e commit b9785eaCopy full SHA for b9785ea
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll
@@ -673,9 +673,7 @@ class TranslatedBlock extends TranslatedStmt {
673
else result = this.getStmt(this.getStmtCount() - 1).getFirstInstruction(any(GotoEdge goto))
674
}
675
676
- override TranslatedElement getLastChild() {
677
- result = this.getStmt(this.getStmtCount() - 1)
678
- }
+ override TranslatedElement getLastChild() { result = this.getStmt(this.getStmtCount() - 1) }
679
680
private predicate isEmpty() { not exists(stmt.getStmt(0)) }
681
0 commit comments