Merging r167918: into the 3.2 release branch.
authorPawel Wodnicki <pawel@32bitmicro.com>
Thu, 29 Nov 2012 14:56:07 +0000 (14:56 +0000)
committerPawel Wodnicki <pawel@32bitmicro.com>
Thu, 29 Nov 2012 14:56:07 +0000 (14:56 +0000)
commit3a04297c255b13bb660c741e4ac463b2a80bfaec
treed7eaeba4d97f1e7ce8137212b830c9ce982f3ae5
parent81bdf6606e4bfedadebba2a4b8d1cce3815edb6e
Merging r167918: into the 3.2 release branch.

When we have a MemberExpr referring to an overloaded static member function,
and we resolve it to a specific function based on the type which it's used as,
don't forget to mark it as referenced.

Fixes a regression introduced in r167514.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_32@168888 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/SemaTemplate/instantiate-overload-candidates.cpp