mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
C++: accept field flow test changes after merge
This commit is contained in:
@@ -53,8 +53,8 @@ public:
|
||||
{
|
||||
B *b = new B();
|
||||
b->set(new C1());
|
||||
sink(b->get()); // $ast $f-:ir
|
||||
sink((new B(new C()))->get()); // $ast $f-:ir
|
||||
sink(b->get()); // $ast $ir=55:12
|
||||
sink((new B(new C()))->get()); // $ast $ir
|
||||
}
|
||||
|
||||
void f3()
|
||||
|
||||
Reference in New Issue
Block a user