summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/undef-superclass-1.m
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor2011-11-141-1/+1
* When forming a cycle in objc's inheritance hierarchy,Fariborz Jahanian2011-06-231-3/+3
* Tweak diagnostic:Ted Kremenek2011-01-231-1/+1
* When suggesting a typo correction for an @implementation without aDouglas Gregor2010-01-061-1/+2
* When declaring an Objective-C implementation without a correspondingDouglas Gregor2010-01-041-0/+2
* 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
* don't crash if class is using itself as its super class.Fariborz Jahanian2009-07-091-0/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* make some objc redefinition warnings more consistent: call definitions Chris Lattner2008-11-231-2/+2
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-0/+26