Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3465942 commit 5b2b961Copy full SHA for 5b2b961
1 file changed
cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/IRConstruction.qll
@@ -125,7 +125,7 @@ cached private module Cached {
125
)
126
127
or
128
- // The back edge should be the (unique) edge from the condition to the
+ // The back edge should be the edge(s) from the condition to the
129
// body. This ensures that it's the back edge that will be pruned in a `do
130
// { ... } while (0)` statement. Note that all `continue` statements in a
131
// do-while loop produce forward edges.
0 commit comments