]> granicus.if.org Git - clang/commit
When lookup of an identifier preceding a '<' finds a set of overloaded
authorDouglas Gregor <dgregor@apple.com>
Wed, 29 Jul 2009 16:56:42 +0000 (16:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 29 Jul 2009 16:56:42 +0000 (16:56 +0000)
commitf511e47039798ce08287dfafcc03c445eae2168b
tree6ab17f12fedccb1a0cef6d57bf3049f1ec7b6340
parent1182502c78ad61693995f5b3ff516fdf983b5cd7
When lookup of an identifier preceding a '<' finds a set of overloaded
functions, only return those overloaded functions that are actually
function templates. Note that there is still a glaring problem with
treating an OverloadedFunctionDecl as a TemplateName.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77472 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp