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

Class IRConfiguration

The query can extend this class to control which functions have IR generated for them.

Import path

import semmle.code.cpp.ir.implementation.IRConfiguration

Direct supertypes

Known direct subtypes

    Predicates

    shouldCreateIRForFunction

    Holds if IR should be created for function func. By default, holds for all functions.

    shouldEvaluateDebugStringsForFunction

    Holds if the strings used as part of an IR dump should be generated for function func.

    toString

    Gets a textual representation of this element.