AutosarC++18_03-A16.2.3¶
All used include directives shall be explicitly stated
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
missing_include |
Explicit include directive for symbol ‘{}’ is missing. |
None |
False |
missing_include_macro |
Explicit include directive for macro ‘{}’ is missing. |
None |
False |
Options¶
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
allow_inclusion_through_own_header¶
allow_inclusion_through_own_header : bool = False
internal_header_patterns¶
internal_header_patterns : set[str] = set()
internal_symbol_patterns¶
internal_symbol_patterns : set[str] = set()