Fariborz Jahanian
6c6aea914a
Diagnose properties which have no implementations;
...
either unimplemented setter/getter or no
implementation directive.
llvm-svn: 69098
2009-04-14 23:15:21 +00:00
Daniel Dunbar
a45cf5b6b0
Rename clang to clang-cc.
...
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
2009-03-24 02:24:46 +00:00
Steve Naroff
3f49feeed5
Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's.
...
- Disallow casting 'super'. GCC allows this, however it doesn't make sense (super isn't an expression and the cast won't alter lookup/dispatch).
- Tighten up lookup when messaging 'self'.
llvm-svn: 66033
2009-03-04 15:11:40 +00:00
Daniel Dunbar
f4c6616d9d
Fix crash on null deference when searching for readwrite properties in
...
categories.
- Also, simplify nesting via early return.
llvm-svn: 61968
2009-01-09 01:04:21 +00:00
Fariborz Jahanian
9a207ee4dc
Patch to allow over-riding of readonly property to
...
a writable property in one of its category.
llvm-svn: 60035
2008-11-25 17:56:43 +00:00