]> granicus.if.org Git - clang/commit
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 01:52:14 +0000 (01:52 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 01:52:14 +0000 (01:52 +0000)
commit13e47c43584d00bb656d62c2125ba5b1ebbbf1f2
treecc969be6ade7e2a7e9ecb098b637cc9438c3ecbd
parent49c8dad960b99faa2f1f14566317b4e3d2cb7b0a
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
when building the candidate set, rather than trying to contort name lookup into
handling this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206436 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Overload.h
include/clang/Sema/Sema.h
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/TreeTransform.h
test/CXX/over/over.match/over.match.funcs/over.match.oper/p3.cpp