mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
/**
|
|
* @kind graph
|
|
*/
|
|
|
|
private import cpp
|
|
private import semmle.code.cpp.PrintAST
|
|
|
|
private class PrintConfig extends PrintAstConfiguration {
|
|
override predicate shouldPrintDeclaration(Declaration decl) { any() }
|
|
}
|