mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
QL: fix the remaining code-scanning errors for QL-for-QL
This commit is contained in:
@@ -699,7 +699,7 @@ class Module extends TModule, ModuleDeclaration {
|
||||
}
|
||||
|
||||
/**
|
||||
* Something that can be member of a module.
|
||||
* A member of a module.
|
||||
*/
|
||||
class ModuleMember extends TModuleMember, AstNode {
|
||||
/** Holds if this member is declared as `private`. */
|
||||
|
||||
@@ -17,9 +17,7 @@ import codeql.IDEContextual
|
||||
*/
|
||||
external string selectedSourceFile();
|
||||
|
||||
/**
|
||||
* Overrides the configuration to print only nodes in the selected source file.
|
||||
*/
|
||||
// Overrides the configuration to print only nodes in the selected source file.
|
||||
class Cfg extends PrintAstConfiguration {
|
||||
override predicate shouldPrintNode(AstNode n) {
|
||||
super.shouldPrintNode(n) and
|
||||
|
||||
Reference in New Issue
Block a user