]> granicus.if.org Git - clang/commit
Emit diagnostics for methods not found.
authorSteve Naroff <snaroff@apple.com>
Tue, 16 Oct 2007 20:39:36 +0000 (20:39 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 16 Oct 2007 20:39:36 +0000 (20:39 +0000)
commit983df5b2280980e59b0b062bcc2882230465a61e
tree7d225d9d226b62fb068047fde114671b144b20ae
parentbd0be39f4c9af5bbf92616d6f89ca5f4101420d9
Emit diagnostics for methods not found.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43037 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaExpr.cpp
include/clang/AST/ASTContext.h
include/clang/Basic/DiagnosticKinds.def
test/Sema/method-not-defined.m [new file with mode: 0644]