]> granicus.if.org Git - clang/commit
Patch to remove a bogus warning which pointed to underlying AST
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 15 Apr 2009 19:19:03 +0000 (19:19 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 15 Apr 2009 19:19:03 +0000 (19:19 +0000)
commit50c314cb045fef8d442426deb00b75be6f2a1ce3
treeb6eb947481769c7cedbc90ac69e296fb1e143a22
parentf59c1a6d27ff23fb0ea1f5b94be0e1dc866f68b9
Patch to remove a bogus warning which pointed to underlying AST
gen. issue for property in continuation class declared readwrite
but which did not generate the declaration for the setter. Fix also
removed a FIXME and resulted in code cleanup.

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