]> granicus.if.org Git - clang/commit
Check that an overloaded function name, when used by the ! operator,
authorDouglas Gregor <dgregor@apple.com>
Mon, 20 Sep 2010 17:13:33 +0000 (17:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 20 Sep 2010 17:13:33 +0000 (17:13 +0000)
commitea844f3aa29c1238683ac98bc1b720e49d97d1f1
tree4f588faf49f2a4abeab24e439a9544915e302f2f
parent4ada9d3aa47d66e4074229fb93f24416526a15e8
Check that an overloaded function name, when used by the ! operator,
actually resolves to a particular function. Fixes PR8181, from Faisal
Vali!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CXX/expr/expr.unary/expr.unary.op/p6.cpp [new file with mode: 0644]