diff options
author | Anders Carlsson <andersca@mac.com> | 2009-04-17 00:06:03 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-04-17 00:06:03 +0000 |
commit | b14095aa98c6fedd3625920c4ce834bcaf24d9f7 (patch) | |
tree | ff9e31b69547be398d8ccd80b87c8344ccc9386e /lib/Frontend/PCHWriter.cpp | |
parent | 025452fa0eda63e150cfaeebe64f0a19c96b3a06 (diff) |
Implement basic code generation of constructor calls. We can now compile:
struct S {
S(int, int);
};
void f() {
S s(10, 10);
}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriter.cpp')
0 files changed, 0 insertions, 0 deletions