]> granicus.if.org Git - clang/commit
Funtion templates and function template specializations do not
authorDouglas Gregor <dgregor@apple.com>
Tue, 1 Dec 2009 17:35:23 +0000 (17:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 1 Dec 2009 17:35:23 +0000 (17:35 +0000)
commite6342c06356976508525145a6ba433d05f893171
tree39c5da0557deb504641da6063a60e498dd69ef79
parent4ba3136b3eb9740a07bd61d0ab23ce9a8d894dee
Funtion templates and function template specializations do not
override virtual functions. Also, eliminate a (now redundant) call to
AddOverriddenMethods.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90242 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/virtual-override.cpp