mirror of
https://github.com/github/codeql.git
synced 2026-02-20 17:03:41 +01:00
CFG: hide 'begin'
This commit is contained in:
@@ -269,6 +269,8 @@ private module Trees {
|
||||
not result instanceof Else and
|
||||
not result instanceof Ensure
|
||||
}
|
||||
|
||||
override predicate isHidden() { any() }
|
||||
}
|
||||
|
||||
private class BeginBlockTree extends StandardPreOrderTree, BeginBlock {
|
||||
|
||||
Reference in New Issue
Block a user