Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6f632b + 8f58e7e commit ea23c2dCopy full SHA for ea23c2d
1 file changed
cpp/ql/src/semmle/code/cpp/PrintAST.ql
@@ -7,3 +7,15 @@
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
+ /**
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