We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ef7bd commit 550f38cCopy full SHA for 550f38c
1 file changed
rule_packages/cpp/Conversions2.json
@@ -116,7 +116,10 @@
116
"short_name": "NoStandaloneTypeCastExpression",
117
"tags": [
118
"scope/single-translation-unit"
119
- ]
+ ],
120
+ "implementation_scope": {
121
+ "description": "Expression statements in if statement initializers are not currently supported."
122
+ }
123
}
124
],
125
"title": "An explicit type conversion shall not be an expression statement"
0 commit comments