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 7ce4174 commit 25350adCopy full SHA for 25350ad
cpp/ql/src/jsf/4.21 Operators/AV Rule 160.ql
@@ -41,4 +41,4 @@ where
41
not ae.getParent() instanceof ExprStmt and
42
not ae instanceof ForStmtSideEffectExpr
43
select ae,
44
- "AV Rule 160: An assignment expression shall be used only as the exprression in an expression statement."
+ "AV Rule 160: An assignment expression shall be used only as the expression in an expression statement."
0 commit comments