summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/objc-class-property.m
Commit message (Expand)AuthorAgeFilesLines
* Sema: use PropertyDecl for property selectorSaleem Abdulrasool2017-02-201-0/+9
* ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren2016-06-281-0/+1
* ObjectiveC Class Properties: warn if a class property accessor is mistakenly anManman Ren2016-05-181-0/+13
* ObjC class properties: add diagnostics for unimplemented class properties.Manman Ren2016-04-121-2/+4
* ObjC: add getter/setter for class properties to global pool.Manman Ren2016-03-231-0/+8
* Add has_feature objc_class_property.Manman Ren2016-03-101-0/+4
* Class Property: warn for synthesize on a class property.Manman Ren2016-01-291-2/+1
* Class Property: parse @dynamic (class).Manman Ren2016-01-291-2/+3
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-0/+1
* Class Property: create accessors (class methods) for class property.Manman Ren2016-01-271-0/+30
OpenPOWER on IntegriCloud