We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2616a commit 05cfc2bCopy full SHA for 05cfc2b
rule_packages/cpp/Conversions.json
@@ -95,7 +95,10 @@
95
"short_name": "NoSignednessChangeFromPromotion",
96
"tags": [
97
"scope/single-translation-unit"
98
- ]
+ ],
99
+ "implementation_scope": {
100
+ "description": "Arithmetic conversions in preprocessor directives are not supported."
101
+ }
102
}
103
],
104
"title": "Integral promotion and the usual arithmetic conversions shall not change the signedness or the type category of an operand"
0 commit comments