Skip to content
Commit 97628d6a authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent d5eaa05a
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