CodeQL library for C/C++
codeql/cpp-all 0.12.11 (changelog, source)
Search

Class PrintIRConfiguration

The query can extend this class to control which declarations are printed.

Import path

import semmle.code.cpp.ir.implementation.aliased_ssa.PrintIR

Direct supertypes

Predicates

shouldPrintDeclaration

Holds if the IR for func should be printed. By default, holds for all functions, global and namespace variables, and static local variables.

toString

Gets a textual representation of this configuration.