]> granicus.if.org Git - clang/commit
Make sure FunctionDecls aren't considered during overload resolution if there
authorKaelyn Uhrain <rikka@google.com>
Mon, 8 Aug 2011 17:35:31 +0000 (17:35 +0000)
committerKaelyn Uhrain <rikka@google.com>
Mon, 8 Aug 2011 17:35:31 +0000 (17:35 +0000)
commitadc7a739301d123914b7124e749b7ec74fa91397
tree91e8639bd9f08fa69ea4b04c93d29f61d80d9bb7
parent7ca13ef64136929df852c038ebbddee070dc5119
Make sure FunctionDecls aren't considered during overload resolution if there
are explicit template args.

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