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 6adc11b commit e275ab3Copy full SHA for e275ab3
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
@@ -40,7 +40,7 @@ predicate ignoreSsaReadArithmeticExpr(SemExpr e) { none() }
40
* Holds if the specified variable should be excluded from the result of `ssaRead()`.
41
*
42
* This predicate is to keep the results identical to the original Java implementation. It should be
43
- * removed once we hae the new implementation matching the old results exactly.
+ * removed once we have the new implementation matching the old results exactly.
44
*/
45
predicate ignoreSsaReadAssignment(SemSsaVariable v) { none() }
46
0 commit comments