aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/try.m
AgeCommit message (Expand)Author
2011-06-03These tests require particular registered targets. Declared as such.Galina Kistanova
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Tests use the new clang.Fariborz Jahanian
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-07Fix test (triple wasn't passed correctly, the driver doesn't acceptDaniel Dunbar
2009-04-06Fix a couple of cases where Constant* pointers can dangle inChris Lattner