AutosarC++17_10-A17.0.1¶
Reserved identifiers, macros and functions in the C++ standard library shall not be defined, redefined or undefined
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
macro_having_reserved_name |
Definition of reserved identifier or standard library element |
None |
False |
undef_of_reserved_name |
#undef of reserved identifier or standard library element |
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
additional_reserved_identifiers¶
additional_reserved_identifiers : set[str] = {'assert', 'defined', 'errno'}
allow_identifiers¶
allow_identifiers : set[bauhaus.analysis.config.GlobPattern] = {'_CRT_*_NO_WARNINGS'}
allow_reserved_identifier_as_include_guard¶
allow_reserved_identifier_as_include_guard : bool = False
check_for_keyword¶
check_for_keyword : bool = True