mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
CPP: Also update reachable for ControlFlowNodes.
This commit is contained in:
@@ -95,7 +95,7 @@ private cached module Cached {
|
||||
or
|
||||
reachable(n.getAPredecessor())
|
||||
or
|
||||
n instanceof CatchBlock
|
||||
n instanceof Handler
|
||||
}
|
||||
|
||||
/** Holds if `condition` always evaluates to a nonzero value. */
|
||||
|
||||
Reference in New Issue
Block a user