aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/synchronized.m
AgeCommit message (Expand)Author
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-12OS dependent code removed.Fariborz Jahanian
2009-04-10Force triple for a number of tests that rely on __weak.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-24Fix two @synchronized bugs found by inspection: the expression to sychronize ...Daniel Dunbar
2008-11-21Fixed bugzilla bug# 3095 related to code gen. for @synchronized.Fariborz Jahanian
2008-11-17Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 targetDouglas Gregor
2008-11-17Test case for objective-c's @synchronized statement.Fariborz Jahanian