Skip to content

Commit 0fd4d4a

Browse files
committed
C++: Add QLDoc.
1 parent 022c9eb commit 0fd4d4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ abstract class MustFlowConfiguration extends string {
3131
*/
3232
abstract predicate isSink(Operand sink);
3333

34+
/**
35+
* Holds if data flow through `instr` is prohibited.
36+
*/
3437
predicate isBarrier(Instruction instr) { none() }
3538

3639
/**

0 commit comments

Comments
 (0)