aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendObjC
AgeCommit message (Expand)Author
2008-10-07fix filetype suffixGabor Greif
2008-10-06This is an objective-c test, not an objective-c++ one.Evan Cheng
2008-08-07Move tests of the ObjC++ front-end to their ownDuncan Sands
2008-06-10Suppress ObjC FE warnings, which cause the test to fail.Dale Johannesen
2008-05-06Removing.Bill Wendling
2008-04-25new testcaseChris Lattner
2007-12-11Rename these tests to use the appropriate suffixes.Dan Gohman
2007-11-09Thanks to the XTARGET line, this test should stillDuncan Sands
2007-11-08Run this test only on darwin.Devang Patel
2007-10-23new testcaseChris Lattner
2007-10-19Removed "-arch i386" by popular demand...Bill Wendling
2007-10-19Now with RUN line!Bill Wendling
2007-10-19Remove the Foundation.h file because not everyone has that.Bill Wendling
2007-10-19New test.Devang Patel
2007-10-18Fix the command line.Bill Wendling
2007-10-18Fix test.Devang Patel
2007-10-17Test to make sure we don't generate unwind info for non-64-bit Objective-C.Bill Wendling
2007-10-04Support Objective C++ too.Bill Wendling
2007-10-04Added testcase for creation of metadata with null pointers.Bill Wendling
2007-10-04un-XFAIL this test.Bill Wendling
2007-10-03Temporarily XFAIL this test.Bill Wendling
2007-10-02Fix test.Devang Patel
2007-09-27While searching for appropriate place for temporaries, do not over-incerement...Devang Patel
2007-05-03New test.Devang Patel
2007-04-21Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a singleReid Spencer
2007-04-20Enable Objective-C tests.Devang Patel
2007-04-03testcase for recent bugfixChris Lattner