]> granicus.if.org Git - clang/commit
Patch to remove bogus waring when a property declaration
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 24 Nov 2008 22:16:00 +0000 (22:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 24 Nov 2008 22:16:00 +0000 (22:16 +0000)
commite793a6ec1617376c7c320dc0b9808dce5450d726
tree58b77c7c779f1051405ce1a4b5f564fa414ee717
parent618e5c04702b156d75aa2636232ef8430912abdc
Patch to remove bogus waring when a property declaration
is imported from a protocol into the implementation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59988 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/property-noprotocol-warning.m [new file with mode: 0644]