Skip to content
Commit b7f8f594 authored by Anders Carlsson's avatar Anders Carlsson
Browse files

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
parent a9af1d13
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment