]> granicus.if.org Git - clang/commit
Implement delayed parsing for member function templates. Fixes PR4608.
authorDouglas Gregor <dgregor@apple.com>
Sat, 22 Aug 2009 00:34:47 +0000 (00:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 22 Aug 2009 00:34:47 +0000 (00:34 +0000)
commitd83d04041f64a2c89123d227fa8003b482391279
treecff3c814385b448dfc048774b1ba787dfd188f0b
parentc141086bff9c2809aa46efdc5ce66756430f3470
Implement delayed parsing for member function templates. Fixes PR4608.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79709 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDecl.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/p4.cpp
test/SemaTemplate/member-function-template.cpp