| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve diagnostic for @property/ivar type mismatch by including the types of... | Ted Kremenek | 2010-03-23 | 1 | -2/+6 | 
| * | Set the relevent attributes declared in class extension | Fariborz Jahanian | 2010-03-22 | 1 | -0/+5 | 
| * | Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyD... | Ted Kremenek | 2010-03-18 | 1 | -11/+3 | 
| * | Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. | Ted Kremenek | 2010-03-15 | 1 | -14/+4 | 
| * | Correctly determine if the @property has been previously declared. If | Ted Kremenek | 2010-03-15 | 1 | -7/+17 | 
| * | Split Sema::ActOnProperty() into two recursive functions to clearly separate | Ted Kremenek | 2010-03-12 | 1 | -104/+154 | 
| * | Fix 80 col violations. | Ted Kremenek | 2010-03-12 | 1 | -15/+16 | 
| * | Move 'ActOn' methods to the beginning of the file | Ted Kremenek | 2010-03-12 | 1 | -395/+404 | 
| * | Split Sema logic for ObjC @property and @synthesize into | Ted Kremenek | 2010-03-12 | 1 | -0/+1025 | 

