| commit | 2bd991a1c09a94c76c8e38fa32e57ad7a9b111c8 | [log] [tgz] |
|---|---|---|
| author | Jordan Rose <jordan_rose@apple.com> | Wed Oct 10 16:42:54 2012 +0000 |
| committer | Jordan Rose <jordan_rose@apple.com> | Wed Oct 10 16:42:54 2012 +0000 |
| tree | 4ac737822599b8e33a436d0b69841dd8ddbf2448 | |
| parent | 79af985badfd591841abe0be09c02ffb683e1df0 [diff] |
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. Then, switch users of PropertyIfSetterOrGetter and LookupPropertyDecl (the latter by name) over to findPropertyDecl. This actually makes -Wreceiver-is-weak a bit stronger than it was before. llvm-svn: 165628