Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1092cb9 commit 092db18Copy full SHA for 092db18
1 file changed
cpp/ql/src/semmle/code/cpp/controlflow/ControlFlowGraph.qll
@@ -95,7 +95,7 @@ private cached module Cached {
95
or
96
reachable(n.getAPredecessor())
97
98
- n instanceof CatchBlock
+ n instanceof Handler
99
}
100
101
/** Holds if `condition` always evaluates to a nonzero value. */
0 commit comments