summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Minor clean up.Fariborz Jahanian2010-04-061-18/+0
* default access for synthesize ivar is @protect.Fariborz Jahanian2010-04-061-1/+1
* Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions.Ted Kremenek2010-04-051-2/+3
* Fix possible null dereference by bailing out of CheckObjCPropertyAttributes()...Ted Kremenek2010-04-051-1/+4
* Sema/Obj-C: Narrow type, and simplify.Daniel Dunbar2010-04-021-14/+6
* Recognize __attribute__((NSObject)) directly appliedFariborz Jahanian2010-03-301-6/+10
* Improve diagnostic for @property/ivar type mismatch by including the types of...Ted Kremenek2010-03-231-2/+6
* Set the relevent attributes declared in class extensionFariborz Jahanian2010-03-221-0/+5
* Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyD...Ted Kremenek2010-03-181-11/+3
* Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.Ted Kremenek2010-03-151-14/+4
* Correctly determine if the @property has been previously declared. IfTed Kremenek2010-03-151-7/+17
* Split Sema::ActOnProperty() into two recursive functions to clearly separateTed Kremenek2010-03-121-104/+154
* Fix 80 col violations.Ted Kremenek2010-03-121-15/+16
* Move 'ActOn' methods to the beginning of the fileTed Kremenek2010-03-121-395/+404
* Split Sema logic for ObjC @property and @synthesize intoTed Kremenek2010-03-121-0/+1025
OpenPOWER on IntegriCloud