]> granicus.if.org Git - clang/commit
Issue a warning in odd case of instance method used
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 5 May 2009 18:34:37 +0000 (18:34 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 5 May 2009 18:34:37 +0000 (18:34 +0000)
commit041f2fd6237c7ce72864e42c66c6b12b52f35f9c
tree099afdf370bfdfa7cf238579158650761fd01905
parentb0ed3029d96e31dfa71a61ac5aa8d04710e0fb12
Issue a warning in odd case of instance method used
in a 'Class' receiver which is not a root instance
method.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70987 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/inst-method-lookup-in-root.m [new file with mode: 0644]