aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/property-list-in-class.m
AgeCommit message (Expand)Author
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make test pass in all cases.Fariborz Jahanian
2009-12-14Fixes an incomplete test case.Fariborz Jahanian
2009-12-14Tests use the new clang.Fariborz Jahanian
2009-12-13Use clang -cc1 in test, to improve determinism.Daniel Dunbar
2009-12-12patch to add a property from a protocol to a class that adopts the protocol.Fariborz Jahanian