Files
Michael Hohn 39ba0713b8 minor cleanup
2025-03-17 19:45:26 -07:00

12 lines
226 B
Plaintext

/**
* @id cpp/print-ast
* @kind graph
*/
import cpp
import semmle.code.cpp.PrintAST
class PrintConfig extends PrintAstConfiguration {
override predicate shouldPrintFunction(Function func) { func.hasName("copy_mem") }
}