| commit | c5575cced8a714c7449aa357df747bf6ba4e3998 | [log] [tgz] |
|---|---|---|
| author | Alexis Hunt <alercah@gmail.com> | Sat Feb 26 19:13:13 2011 +0000 |
| committer | Alexis Hunt <alercah@gmail.com> | Sat Feb 26 19:13:13 2011 +0000 |
| tree | ff6b128540594f50cf55c8fdd0490a4bb83bb7d9 | |
| parent | 908d391bd25dd757d6e850b6a019f7d25e8dd25b [diff] |
Implement delegating constructors partially. This successfully performs constructor lookup and verifies that a delegating initializer is the only initializer present. This does not perform loop detection in the initialization, but it also doesn't codegen delegating constructors at all, so this won't cause runtime infinite loops yet. llvm-svn: 126552