aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/block-attr.m
AgeCommit message (Expand)Author
2011-01-05Don't warn on missing 'copy' attribute on a 'block'Fariborz Jahanian
2010-05-18These test now run in objective-c++ mode we well.Fariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-05-07Add a warning for a missing copy attribute on a property that is aMike Stump