InferenceConfiguration
class InferenceConfiguration
This class holds configuration options for the inference of certain constructs and auto-guessing when executing language frontends.
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
A very EXPERIMENTAL feature. If this is enabled, we will try to infer return types of functions based on the context of the call it originated out of. This is disabled by default.
Link copied to clipboard
Enables the inference of variables, such as global variables.