| commit | fe1e11092e00465eb1759907a182641dfc049a61 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Feb 27 19:31:52 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Feb 27 19:31:52 2009 +0000 |
| tree | 4ab9ac4ad3d787b94fe46a29f08ff5725b5a09e0 | |
| parent | 9605a550762ae7b226c0738e96a1e6297c1efbc7 [diff] |
Implement the basic approach for instantiating types, with a lot of FIXME'd stubs for those types we don't yet know how to instantiate (everything that isn't a template parameter!). We now instantiate default arguments for template type parameters when needed. This will be our testbed while I fill out the remaining type-instantiation logic. llvm-svn: 65649