Skip to content

Commit 05cfc2b

Browse files
committed
Rule 7.0.5: Add an implementation_scope
Preprocessor directives are not currently supported.
1 parent 3d2616a commit 05cfc2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rule_packages/cpp/Conversions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@
9595
"short_name": "NoSignednessChangeFromPromotion",
9696
"tags": [
9797
"scope/single-translation-unit"
98-
]
98+
],
99+
"implementation_scope": {
100+
"description": "Arithmetic conversions in preprocessor directives are not supported."
101+
}
99102
}
100103
],
101104
"title": "Integral promotion and the usual arithmetic conversions shall not change the signedness or the type category of an operand"

0 commit comments

Comments
 (0)