Ted Kremenek
|
679708ee34
|
Correctly determine if the @property has been previously declared. If
a property has the same name as the ivar it wraps then the old logic
wouldn't find the previous property declaration.
llvm-svn: 98559
|
2010-03-15 18:47:25 +00:00 |
Ted Kremenek
|
959e830292
|
Split Sema::ActOnProperty() into two recursive functions to clearly separate
the handling of class extensions from other cases.
llvm-svn: 98326
|
2010-03-12 02:31:10 +00:00 |
Ted Kremenek
|
90e2fc2fb3
|
Fix 80 col violations.
llvm-svn: 98320
|
2010-03-12 00:49:00 +00:00 |
Ted Kremenek
|
ac597f3416
|
Move 'ActOn' methods to the beginning of the file
so we can clearly see the parser entry points.
llvm-svn: 98319
|
2010-03-12 00:46:40 +00:00 |
Ted Kremenek
|
7a7a0808b9
|
Split Sema logic for ObjC @property and @synthesize into
a separate file.
llvm-svn: 98317
|
2010-03-12 00:38:38 +00:00 |