We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c79ec5 commit 8e31b81Copy full SHA for 8e31b81
cpp/ql/src/semmle/code/cpp/PrintAST.ql
@@ -7,3 +7,12 @@
7
8
import cpp
9
import PrintAST
10
+
11
+/**
12
+ * Temporarily tweak this class or make a copy to control which functions are
13
+ * printed.
14
+ */
15
+class Cfg extends PrintASTConfiguration {
16
+ /** Holds if the AST for `func` should be printed. */
17
+ override predicate shouldPrintFunction(Function func) { any() }
18
+}
0 commit comments