Skip to content

Commit 8f58e7e

Browse files
committed
C++: Clarify qldoc
1 parent 8e31b81 commit 8f58e7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpp/ql/src/semmle/code/cpp/PrintAST.ql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import PrintAST
1313
* printed.
1414
*/
1515
class Cfg extends PrintASTConfiguration {
16-
/** Holds if the AST for `func` should be printed. */
16+
/**
17+
* TWEAK THIS PREDICATE AS NEEDED.
18+
* Holds if the AST for `func` should be printed.
19+
*/
1720
override predicate shouldPrintFunction(Function func) { any() }
1821
}

0 commit comments

Comments
 (0)