summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/forward-class-receiver.m
Commit message (Expand)AuthorAgeFilesLines
* Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor2011-11-141-1/+1
* 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
* We want to diagnose sending message to a forward classFariborz Jahanian2009-05-081-1/+1
* Warn if forward class is used as a receiver.Fariborz Jahanian2009-05-081-0/+13