summaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-error-readonly-assign.m
AgeCommit message (Expand)Author
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-09-14Using the property dot-syntax to invoke a non-eixstingFariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-22Support for implicit property assignment. Error assigning toFariborz Jahanian
2008-11-22And a test case for my last patch.Fariborz Jahanian