Skip to content

Commit d96f3f0

Browse files
committed
Sync upstream shared
1 parent dcfa42e commit d96f3f0

File tree

65 files changed

+2043
-532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2043
-532
lines changed

shared/controlflow/codeql/controlflow/BasicBlock.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* INTERNAL use only. This is an experimental API subject to change without
66
* notice.
77
*/
8+
overlay[local?]
9+
module;
810

911
private import codeql.util.Location
1012

shared/controlflow/codeql/controlflow/Cfg.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Provides a shared interface and implementation for constructing control-flow graphs
33
* (CFGs) from abstract syntax trees (ASTs).
44
*/
5+
overlay[local?]
6+
module;
57

68
private import codeql.util.Location
79
private import codeql.util.FileSystem

0 commit comments

Comments
 (0)