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 68e513c commit 9817600Copy full SHA for 9817600
cpp/ql/test/library-tests/dataflow/dataflow-tests/dispatch.cpp
@@ -87,7 +87,7 @@ Top *identity(Top *top) {
87
88
void callIdentityFunctions(Top *top, Bottom *bottom) {
89
identity(bottom)->isSink(source()); // $ MISSING: ast,ir
90
- identity(top)->isSink(source()); // now flow
+ identity(top)->isSink(source()); // no flow
91
}
92
93
using SinkFunctionType = void (*)(int);
0 commit comments