summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-9.m
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-2/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor2011-11-141-2/+2
* Improve diagnostics when property being looked upFariborz Jahanian2010-12-161-0/+11
* Downgrade the "declaration does not declare anything" error to aDouglas Gregor2010-04-081-2/+2
* Do not diagnose method disguised as property setterFariborz Jahanian2010-01-061-0/+12
* 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
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement support for anonymous structs and unions in C. Both C andDouglas Gregor2009-01-121-2/+2
* make the 'to match this' diagnostic a note.Chris Lattner2008-11-231-4/+6
* Fix <rdar://problem/6268365> Parser rejects property (dot notation) access on...Steve Naroff2008-10-201-0/+20
* More property attribute recovery improvements. Instead of this:Chris Lattner2008-10-201-0/+6
* add testcase for the recovery improvements in my last patch.Chris Lattner2008-10-201-0/+8
* fix a crash on unnamed properties like:Chris Lattner2008-10-201-0/+12
* Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not...Steve Naroff2008-10-161-0/+38