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
5 files changed
tree: 27be13699dc244a271a8fa07342c0a900a852a33
  1. clang/
  2. compiler-rt/
  3. llvm/