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 f7cf5af commit 39b6159Copy full SHA for 39b6159
cpp/ql/test/library-tests/dataflow/taint-tests/format.cpp
@@ -169,5 +169,5 @@ void test_format() {
169
void test(std::format_string s) {
170
int x = source();
171
int y = std::same_signature_as_format_but_different_name(s, x);
172
- sink(y); // $ SPURIOUS: ir
+ sink(y); // clean
173
}
0 commit comments