summaryrefslogtreecommitdiffstats
path: root/test/Parser/objc-property-syntax.m
Commit message (Expand)AuthorAgeFilesLines
* Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth2016-12-201-1/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Use Parser::ExpectAndConsume() uniformly to eat semicolons afterDouglas Gregor2011-01-051-2/+5
* Issue a bettter diagnostics for incorrect property setter name.Fariborz Jahanian2010-02-151-0/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Diagnose that property name cannot be a bitfieldFariborz Jahanian2009-01-171-0/+12