]> granicus.if.org Git - clang/commit
Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded
authorMatt Beaumont-Gay <matthewbg@google.com>
Thu, 17 Feb 2011 02:54:17 +0000 (02:54 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Thu, 17 Feb 2011 02:54:17 +0000 (02:54 +0000)
commit26ae5dd9cfc561527eca418571323d90589a4b92
treec0329e905fcd1be8c202dae59ed4ad835108f670
parentc81ca9852806e75972bbb246fa916152e8fba541
Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded
function name used as the base of a member expression. Early feedback from
Chandler Carruth, and code review from Nick Lewycky.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125714 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/SemaCXX/member-expr.cpp