]> granicus.if.org Git - clang/commit
PR19452: Implement more of [over.match.oper]p3's restrictions on which non-member...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 01:12:17 +0000 (01:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 01:12:17 +0000 (01:12 +0000)
commit49c8dad960b99faa2f1f14566317b4e3d2cb7b0a
treea3b9b3ddabb03f5e0328e7d921c9d0d66a304885
parent7cf5edcb1edbf38c52ea68fa63a45b365c0abbb0
PR19452: Implement more of [over.match.oper]p3's restrictions on which non-member overloaded operators can be found when no operand is of class type. We used to fail to implement this rule if there was an operand of dependent type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206435 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
include/clang/Sema/Sema.h
lib/Sema/SemaLookup.cpp
lib/Sema/TreeTransform.h
test/CXX/over/over.match/over.match.funcs/over.match.oper/p3.cpp