InferenceConfiguration
class InferenceConfiguration
This class holds configuration options for the inference of certain constructs and auto-guessing when executing language frontends.
Types
Properties
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 function declarations.
Link copied to clipboard
Enables the inference of namespace declarations.
Link copied to clipboard
Enables the inference of record declarations.
Link copied to clipboard
Enables the inference of variables, such as global variables.