]> granicus.if.org Git - clang/commit
Prevent bogus warning on unimplemented setter/getter when user
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Dec 2008 22:43:22 +0000 (22:43 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Dec 2008 22:43:22 +0000 (22:43 +0000)
commit91b51a92f2e9fc8025b6a9df88442840eb62823a
treea8af55f8dbacdd88d68e5ddc687eb3500185b44c
parent7d71b296c719cc055f9a599fbcb2bb5900e3f2b1
Prevent bogus warning on unimplemented setter/getter when user
has added declaration of these methods in its @interface.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60803 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
test/SemaObjC/property-redundant-decl-accessor.m [new file with mode: 0644]