We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e31b81 commit 8f58e7eCopy full SHA for 8f58e7e
cpp/ql/src/semmle/code/cpp/PrintAST.ql
@@ -13,6 +13,9 @@ import PrintAST
13
* printed.
14
*/
15
class Cfg extends PrintASTConfiguration {
16
- /** Holds if the AST for `func` should be printed. */
+ /**
17
+ * TWEAK THIS PREDICATE AS NEEDED.
18
+ * Holds if the AST for `func` should be printed.
19
+ */
20
override predicate shouldPrintFunction(Function func) { any() }
21
}
0 commit comments