]> granicus.if.org Git - clang/commit
Add parsing for references to member function templates with explicit
authorDouglas Gregor <dgregor@apple.com>
Mon, 31 Aug 2009 21:16:32 +0000 (21:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 31 Aug 2009 21:16:32 +0000 (21:16 +0000)
commitf328a2857d6dc397ec7a304b07d40893891f7f98
tree773f7c497fe9ff7c2e7c477803fb993efdb58b48
parent9ac6f62a77be5b281a7ddc24a16669b457ac47c2
Add parsing for references to member function templates with explicit
template argument lists, e.g., x.f<int>().

Semantic analysis will be a separate commit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80624 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Parse/ParseExpr.cpp
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
test/SemaTemplate/member-function-template.cpp