summaryrefslogtreecommitdiff
path: root/tests/examplefiles/objc_example2.m
Commit message (Collapse)AuthorAgeFilesLines
* Consolidated Objective-C example files and fixed syntaxGaurav Jain2014-04-241-27/+0
| | | | Merged the 2 objective-C example files. The file now has a completely valid syntax as checked with clang -fsyntax-only. It tests numerous aspects of Objective-C syntax.
* Add function signatures after class implementation blockGaurav Jain2014-04-111-0/+3
| | | | Function signatures should be correct parsed after an implementation block.
* Bring Objective C lexer up to date with 2.0 featuresthatch2008-08-131-0/+24
(properties and so-called "fast enumerations")