aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/forward-class-receiver.m
AgeCommit message (Expand)Author
2011-11-14Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-05-08We want to diagnose sending message to a forward classFariborz Jahanian
2009-05-08Warn if forward class is used as a receiver.Fariborz Jahanian