mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
C++: Make IR dump and AST dump tests use the official graph query format
This commit is contained in:
@@ -14,7 +14,7 @@ class E {
|
||||
public:
|
||||
};
|
||||
|
||||
void v(C *c, D *d, E *e) {
|
||||
void ConstructorCall(C *c, D *d, E *e) {
|
||||
c = new C(5);
|
||||
d = new D();
|
||||
e = new E();
|
||||
|
||||
Reference in New Issue
Block a user