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 5500330 commit c7b41caCopy full SHA for c7b41ca
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll
@@ -456,6 +456,7 @@ module Impl<FullStateConfigSig Config> {
456
* The Boolean `cc` records whether the node is reached through an
457
* argument in a call.
458
*/
459
+ pragma[assume_small_delta]
460
private predicate fwdFlow(NodeEx node, Cc cc) {
461
sourceNode(node, _) and
462
if hasSourceCallCtx() then cc = true else cc = false
0 commit comments