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 022c9eb commit 0fd4d4aCopy full SHA for 0fd4d4a
cpp/ql/lib/semmle/code/cpp/ir/dataflow/MustFlow.qll
@@ -31,6 +31,9 @@ abstract class MustFlowConfiguration extends string {
31
*/
32
abstract predicate isSink(Operand sink);
33
34
+ /**
35
+ * Holds if data flow through `instr` is prohibited.
36
+ */
37
predicate isBarrier(Instruction instr) { none() }
38
39
/**
0 commit comments