C++: Make IR dump and AST dump tests use the official graph query format

This commit is contained in:
Dave Bartolomeo
2018-08-07 11:34:37 -07:00
parent 692f416143
commit 3ebb7938f6
52 changed files with 21231 additions and 31544 deletions

View File

@@ -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();