QL: fix the remaining code-scanning errors for QL-for-QL

This commit is contained in:
Erik Krogh Kristensen
2021-12-17 21:34:13 +01:00
parent 30f8894854
commit af47cba09a
2 changed files with 2 additions and 4 deletions

View File

@@ -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`. */

View File

@@ -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