summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify code (and remove 'dyn_cast') by using ↵Ted Kremenek2010-03-181-11/+3
| | | | | | ObjCProperyDecl::findPropertyDecl(). llvm-svn: 98794
* Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.Ted Kremenek2010-03-151-14/+4
| | | | llvm-svn: 98570
* Correctly determine if the @property has been previously declared. IfTed Kremenek2010-03-151-7/+17
| | | | | | | 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
* Split Sema::ActOnProperty() into two recursive functions to clearly separateTed Kremenek2010-03-121-104/+154
| | | | | | the handling of class extensions from other cases. llvm-svn: 98326
* Fix 80 col violations.Ted Kremenek2010-03-121-15/+16
| | | | llvm-svn: 98320
* Move 'ActOn' methods to the beginning of the fileTed Kremenek2010-03-121-395/+404
| | | | | | so we can clearly see the parser entry points. llvm-svn: 98319
* Split Sema logic for ObjC @property and @synthesize intoTed Kremenek2010-03-121-0/+1025
a separate file. llvm-svn: 98317
OpenPOWER on IntegriCloud