Skip to content

Commit

Permalink
C++: Fix ql-for-ql warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jketema committed Dec 10, 2024
1 parent 8c49470 commit fc7334a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class TranslatedFunctionCall extends TranslatedCallExpr, TranslatedDirectCall {
final override predicate mayThrowException(ExceptionEdge e) {
this.mustThrowException(e)
or
exists(MicrosoftTryStmt t | t = expr.getEnclosingStmt().getParentStmt*()) and
expr.getEnclosingStmt().getParentStmt*() instanceof MicrosoftTryStmt and
e instanceof SehExceptionEdge
}

Expand Down

0 comments on commit fc7334a

Please sign in to comment.