Implement basic code generation of constructor calls. We can now compile:
struct S { S(int, int); }; void f() { S s(10, 10); } llvm-svn: 69330
Loading
Please register or sign in to comment
struct S { S(int, int); }; void f() { S s(10, 10); } llvm-svn: 69330