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 7359e32 commit 571c034Copy full SHA for 571c034
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
@@ -8,7 +8,7 @@ private import experimental.semmle.code.cpp.semantic.Semantic
8
* Holds if the specified expression should be excluded from the result of `ssaRead()`.
9
*
10
* This predicate is to keep the results identical to the original Java implementation. It should be
11
- * removed once we hae the new implementation matching the old results exactly.
+ * removed once we have the new implementation matching the old results exactly.
12
*/
13
predicate ignoreSsaReadCopy(SemExpr e) { none() }
14
0 commit comments