C++: Add QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-11-07 09:29:34 +00:00
parent 022c9eb3cd
commit 0fd4d4a114

View File

@@ -31,6 +31,9 @@ abstract class MustFlowConfiguration extends string {
*/
abstract predicate isSink(Operand sink);
/**
* Holds if data flow through `instr` is prohibited.
*/
predicate isBarrier(Instruction instr) { none() }
/**