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 6d0c8c6 commit 4f538a2Copy full SHA for 4f538a2
cpp/ql/test/library-tests/dataflow/taint-tests/thread.cpp
@@ -28,6 +28,6 @@ void test_thread() {
28
std::thread t3(thread_function_3, &s, 42);
29
30
std::thread t4([](S* p) {
31
- sink(p->x); // $ MISSING: ir
+ sink(p->x); // $ ir
32
}, &s);
33
}
0 commit comments