Files
codeql/cpp/ql/test/library-tests/ir/ir/PrintAST.ql
2022-03-11 11:10:33 +01:00

12 lines
256 B
Plaintext

/**
* @kind graph
*/
private import cpp
private import semmle.code.cpp.PrintAST
private import PrintConfig
private class PrintConfig extends PrintAstConfiguration {
override predicate shouldPrintFunction(Function func) { shouldDumpFunction(func) }
}