summaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-9.m
AgeCommit message (Expand)Author
2015-04-08[Objective-C Sema] Use canonical type of properties when comparing Fariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-03-12Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-14Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor
2010-12-16Improve diagnostics when property being looked upFariborz Jahanian
2010-04-08Downgrade the "declaration does not declare anything" error to aDouglas Gregor
2010-01-06Do not diagnose method disguised as property setterFariborz Jahanian
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-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-12Implement support for anonymous structs and unions in C. Both C andDouglas Gregor
2008-11-23make the 'to match this' diagnostic a note.Chris Lattner
2008-10-20Fix <rdar://problem/6268365> Parser rejects property (dot notation) access on...Steve Naroff
2008-10-20More property attribute recovery improvements. Instead of this:Chris Lattner
2008-10-20add testcase for the recovery improvements in my last patch.Chris Lattner
2008-10-20fix a crash on unnamed properties like:Chris Lattner
2008-10-16Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not...Steve Naroff