Skip to content

Commit 9faada0

Browse files
committed
Mark various files as overlay[local]
1 parent d6d4cb8 commit 9faada0

28 files changed

+28
-28
lines changed

go/ql/lib/semmle/go/AST.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes for working with AST nodes.
33
*/
4-
overlay[local?]
4+
overlay[local]
55
module;
66

77
import go

go/ql/lib/semmle/go/Architectures.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** Provides classes for working with architectures. */
2-
overlay[local?]
2+
overlay[local]
33
module;
44

55
import go

go/ql/lib/semmle/go/Comments.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes for working with code comments.
33
*/
4-
overlay[local?]
4+
overlay[local]
55
module;
66

77
import go

go/ql/lib/semmle/go/Decls.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes for working with declarations.
33
*/
4-
overlay[local?]
4+
overlay[local]
55
module;
66

77
import go

go/ql/lib/semmle/go/DiagnosticsReporting.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** Provides classes for working with errors and warnings recorded during extraction. */
2-
overlay[local?]
2+
overlay[local]
33
module;
44

55
import go

go/ql/lib/semmle/go/Errors.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** Provides classes for working with Go frontend errors recorded during extraction. */
2-
overlay[local?]
2+
overlay[local]
33
module;
44

55
import go

go/ql/lib/semmle/go/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes for working with expressions.
33
*/
4-
overlay[local?]
4+
overlay[local]
55
module;
66

77
import go

go/ql/lib/semmle/go/Files.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** Provides classes for working with files and folders. */
2-
overlay[local?]
2+
overlay[local]
33
module;
44

55
import go

go/ql/lib/semmle/go/GoMod.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes for working with go.mod files.
33
*/
4-
overlay[local?]
4+
overlay[local]
55
module;
66

77
import go

go/ql/lib/semmle/go/HTML.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** Provides classes for working with HTML documents. */
2-
overlay[local?]
2+
overlay[local]
33
module;
44

55
import go

0 commit comments

Comments
 (0)