]> granicus.if.org Git - clang/commit
Allow unqualified lookup of non-dependent member functions
authorNico Weber <nicolasweber@gmx.de>
Wed, 20 Jun 2012 20:21:42 +0000 (20:21 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 20 Jun 2012 20:21:42 +0000 (20:21 +0000)
commit4b554f4756cefdce6e0109e96d2f13d594b30b8c
tree8ee70ac3642d1bb42c9064c5a5e3184496318d24
parent8e1e0543cc3b63e0bc116bae0d2f1e8fc530b436
Allow unqualified lookup of non-dependent member functions
in microsoft mode. Fixes PR12701.

The code for this was already in 2 of the 3 branches of a
conditional and missing in the 3rd branch, so lift it above
the conditional.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158842 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaTemplate/ms-lookup-template-base-classes.cpp