| commit | 97628d6a4ce229f2936d2b34231bb7dfa432f810 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Aug 21 00:16:32 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Aug 21 00:16:32 2009 +0000 |
| tree | 27be13699dc244a271a8fa07342c0a900a852a33 | |
| parent | d5eaa05a7f307df355ff4dc3ba99f1df0a2eb581 [diff] |
Implement support for calling member function templates, which involves: - Allowing one to name a member function template within a class template and on the right-hand side of a member access expression. - Template argument deduction for calls to member function templates. - Registering specializations of member function templates (and finding them later). llvm-svn: 79581