Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b2b961

Browse files
committed
C++: Fix comment (edge is not unique)
1 parent 3465942 commit 5b2b961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/IRConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cached private module Cached {
125125
)
126126
)
127127
or
128-
// The back edge should be the (unique) edge from the condition to the
128+
// The back edge should be the edge(s) from the condition to the
129129
// body. This ensures that it's the back edge that will be pruned in a `do
130130
// { ... } while (0)` statement. Note that all `continue` statements in a
131131
// do-while loop produce forward edges.

0 commit comments

Comments
 (0)