AutosarC++18_10-A3.9.1¶
Fixed width integer types from <cstdint>, indicating the size and signedness, shall be used in place of the basic numerical types
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
bad_type_alias_name |
Use of badly named type alias for base type. |
None |
False |
missing_integer_typedef |
Fixed width integer types from <cstdint> shall be used. |
None |
False |
wrong_integer_typedef |
Fixed width integer types from <cstdint> shall be used. |
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_floating_point¶
allow_floating_point : bool = True
allow_in_user_defined_literals¶
allow_in_user_defined_literals : bool = False
allow_inside_using_declaration¶
allow_inside_using_declaration : bool = False
check_typedef_names¶
check_typedef_names : bool = True
ignore_inherited¶
ignore_inherited : bool = False
treat_plain_char_as_numerical¶
treat_plain_char_as_numerical : bool = True