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 a9984e9 commit 4c15ea5Copy full SHA for 4c15ea5
cpp/ql/src/semmle/code/cpp/controlflow/internal/CFG.qll
@@ -512,7 +512,7 @@ private class Spec extends Pos {
512
predicate isBarrier() { this = 7 }
513
514
Pos getSourcePos() {
515
- this = [0..4] and
+ this = [0 .. 4] and
516
result = this
517
or
518
this.isAround() and
@@ -523,7 +523,7 @@ private class Spec extends Pos {
523
}
524
525
Pos getTargetPos() {
526
527
528
529
0 commit comments