Inference Configuration
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
Enables smart guessing of cast vs. call expressions in the C/C++ language frontend
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