]> granicus.if.org Git - clang/commit
objective-c: don't involve properties when checking
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 5 Jul 2012 22:26:07 +0000 (22:26 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 5 Jul 2012 22:26:07 +0000 (22:26 +0000)
commitc4133a477389dacb4479a96ee2227b92aea0a237
treef0cda75f781e2c383c7705e079260551cb5f2d08
parentc2abbe0b98ec21c0c0e844c20d037639ef284664
objective-c: don't involve properties when checking
under -Wsuper-class-method-mismatch for method
mismatches in current and suprt class.
// rdar://11793793

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159784 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/nowarn-superclass-method-mismatch.m [new file with mode: 0644]