Skip to content

Commit e4d9f5f

Browse files
committed
Fix QL doc
1 parent a031160 commit e4d9f5f

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplConsistency.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ module Consistency {
1818
/** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919
predicate uniqueEnclosingCallableExclude(Node n) { none() }
2020

21-
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
21+
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
2222
predicate uniqueNodeLocationExclude(Node n) { none() }
2323

24-
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
24+
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
2525
predicate missingLocationExclude(Node n) { none() }
2626

2727
/** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplConsistency.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ module Consistency {
1818
/** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919
predicate uniqueEnclosingCallableExclude(Node n) { none() }
2020

21-
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
21+
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
2222
predicate uniqueNodeLocationExclude(Node n) { none() }
2323

24-
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
24+
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
2525
predicate missingLocationExclude(Node n) { none() }
2626

2727
/** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplConsistency.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ module Consistency {
1818
/** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919
predicate uniqueEnclosingCallableExclude(Node n) { none() }
2020

21-
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
21+
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
2222
predicate uniqueNodeLocationExclude(Node n) { none() }
2323

24-
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
24+
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
2525
predicate missingLocationExclude(Node n) { none() }
2626

2727
/** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplConsistency.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ module Consistency {
1818
/** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919
predicate uniqueEnclosingCallableExclude(Node n) { none() }
2020

21-
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
21+
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
2222
predicate uniqueNodeLocationExclude(Node n) { none() }
2323

24-
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
24+
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
2525
predicate missingLocationExclude(Node n) { none() }
2626

2727
/** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplConsistency.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ module Consistency {
1818
/** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919
predicate uniqueEnclosingCallableExclude(Node n) { none() }
2020

21-
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
21+
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
2222
predicate uniqueNodeLocationExclude(Node n) { none() }
2323

24-
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
24+
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
2525
predicate missingLocationExclude(Node n) { none() }
2626

2727
/** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplConsistency.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ module Consistency {
1818
/** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919
predicate uniqueEnclosingCallableExclude(Node n) { none() }
2020

21-
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
21+
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
2222
predicate uniqueNodeLocationExclude(Node n) { none() }
2323

24-
/** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation`. */
24+
/** Holds if `n` should be excluded from the consistency test `missingLocation`. */
2525
predicate missingLocationExclude(Node n) { none() }
2626

2727
/** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */

0 commit comments

Comments
 (0)