aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/id-isa-codegen.m
AgeCommit message (Expand)Author
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2010-03-09Fix the test some more.Fariborz Jahanian
2010-03-09See if this test makes it though buildbot.Fariborz Jahanian
2010-03-09Reverse the code gen. enabled part of test until I can figure outFariborz Jahanian
2010-03-09Code gen test for a previous patch forFariborz Jahanian
2010-03-03Fix code gen bug generating code forFariborz Jahanian
2010-02-05Fix a code gen bug accessing 'isa' field via a message callFariborz Jahanian
2009-12-15Fixes a code gen bug related to accessing a nowFariborz 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-12-09Code gen for ObjCIsaExpr AST used as lvalue.Fariborz Jahanian
2009-12-09Codegen. support for ObjCIsaExpr AST which until nowFariborz Jahanian