]> granicus.if.org Git - clang/commit
Initial support for parsing and representation of member function templates.
authorDouglas Gregor <dgregor@apple.com>
Thu, 20 Aug 2009 22:52:58 +0000 (22:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 20 Aug 2009 22:52:58 +0000 (22:52 +0000)
commit37b372b76a3fafe77186d7e6079e5642e2017478
treef39fcf722618ae3e8c255973417c64ec69ea1871
parentf800f6c09ed4a71bcb593d6962e0fda2c2845a70
Initial support for parsing and representation of member function templates.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79570 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseTemplate.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
test/SemaTemplate/member-function-template.cpp [new file with mode: 0644]