summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/category-super-class-meth.m
AgeCommit message (Expand)Author
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-11-06Don't manually insert L prefixes.Rafael Espindola
2012-10-10objective-C IRgen: When sending a method to 'super'Fariborz Jahanian
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-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-03Force -triple/-fnext-runtime for a few more test cases.Daniel Dunbar
2009-01-07Another nasty code gen. bug with trivial fix. Calling classFariborz Jahanian