CPP: Effects of #1715.

This commit is contained in:
Geoffrey White
2019-08-15 13:59:44 +01:00
parent 02e1edd640
commit 1bd4aeebad
4 changed files with 20 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ void test_lambdas()
sink(u);
return t;
};
sink(a()); // tainted [NOT DETECTED]
sink(a()); // tainted
auto b = [&] {
sink(t); // tainted [NOT DETECTED]