We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e489362 commit f2656d8Copy full SHA for f2656d8
cpp/ql/src/Likely Bugs/Arithmetic/ComparisonPrecedence.ql
@@ -18,4 +18,4 @@ where
18
co.getAChild() = chco and
19
not chco.isParenthesised() and
20
not co.isFromUninstantiatedTemplate(_)
21
-select co, "Comparison as an operand to another comparison."
+select co, "Comparison as an operand to another comparison."
0 commit comments