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 b7aec2c commit 4a6661bCopy full SHA for 4a6661b
cpp/cert/src/rules/CTR55-CPP/DoNotUseAnAdditiveOperatorOnAnIterator.ql
@@ -17,8 +17,9 @@ import codingstandards.cpp.Iterators
17
import semmle.code.cpp.controlflow.Dominance
18
19
/**
20
- * something like:
21
- * `end = begin() + size()`
+ * Get a derived one passed the end element for `containerReference`.
+ * An example derivation is:
22
+ * `end = begin() + size()`
23
*/
24
Expr calculatedEndCheck(AdditiveOperatorFunctionCall calc) {
25
exists(
0 commit comments