aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaObjC/property-10.m
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Place several uncovered warnings under warning flags, and tweak diagnostic ou...Ted Kremenek1-1/+1
2011-11-01objc: warn if a readonly property has a setter attribute too.Fariborz Jahanian1-0/+9
2011-06-15Automatic Reference Counting.John McCall1-3/+14
2010-07-13Check on property attributes which are declaredFariborz Jahanian1-0/+6
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-01-08Place warning about 'readonly' property attributes whichFariborz Jahanian1-1/+1
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner1-1/+1
2008-10-21Fix <rdar://problem/6257645> clang static analyzer crashes when encountering ...Steve Naroff1-0/+4
2008-09-23Implement type checking of Objective-C property attributes.Daniel Dunbar1-0/+18