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 1138649 commit 1ad0e65Copy full SHA for 1ad0e65
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/PrintDataFlowRelevantIR.qll
@@ -3,7 +3,7 @@ private import semmle.code.cpp.ir.IR
3
private import SsaInternals as Ssa
4
5
/**
6
- * Property provider that hides all instructions and operands that are not relevant for IR dataflow.
+ * A property provider that hides all instructions and operands that are not relevant for IR dataflow.
7
*/
8
class DataFlowRelevantIRPropertyProvider extends IRPropertyProvider {
9
override predicate shouldPrintOperand(Operand operand) { not Ssa::ignoreOperand(operand) }
0 commit comments