summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/error-property-gc-attr.m
Commit message (Expand)AuthorAgeFilesLines
* objective-C: remove use of 'ivar' in favor ofFariborz Jahanian2012-09-241-4/+4
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-2/+2
* objc-gc: More sema work for properties declared 'weak'Fariborz Jahanian2011-09-071-1/+1
* Automatic Reference Counting.John McCall2011-06-151-2/+2
* Improve on objc diagnostics. // rdar://8721692Fariborz Jahanian2010-12-021-2/+2
* Misc. fixes to bring Objetive-C++'s handling ofFariborz Jahanian2010-05-181-2/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Force triple for a number of tests that rely on __weak.Daniel Dunbar2009-04-101-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Diagnose gc attribute mismatch of property and its ivar.Fariborz Jahanian2009-02-271-0/+27