summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/protocol-in-extended-class.m
Commit message (Expand)AuthorAgeFilesLines
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-2/+2
* These tests require particular registered targets. Declared as such.Galina Kistanova2011-06-031-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Tests use the new clang.Fariborz Jahanian2009-12-141-2/+2
* Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar2009-11-171-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Patch to implement Protocols on class extensions.Fariborz Jahanian2009-10-051-0/+29