InferenceConfiguration

This class holds configuration options for the inference of certain constructs and auto-guessing when executing language frontends.

Types

Link copied to clipboard
class Builder(var guessCastExpressions: Boolean = false, var inferRecords: Boolean = false, var inferDfgForUnresolvedCalls: Boolean = true)
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

Enables smart guessing of cast vs. call expressions in the CXXLanguageFrontend

Link copied to clipboard

Uses heuristics to add DFG edges for call expressions to unresolved functions (i.e., functions not implemented in the given source code).

Link copied to clipboard

Enables the inference of record declarations