aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/unused.m
AgeCommit message (Expand)Author
2012-09-17objective-C: improve on warnings about misplacement of methodFariborz Jahanian
2012-09-17objective-C: issue warning when there is no whitespaceFariborz Jahanian
2012-09-06refactoring + objective-C specific test for my last patch.Fariborz Jahanian
2012-08-04objective-C string literal has no side-effect,Fariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2010-04-26wordsmith an objc warning, rdar://7900756Chris Lattner
2010-04-08Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'.Ted Kremenek
2010-03-05Augment __has_feature to report that Clang supports adding attribute 'unused'Ted Kremenek
2010-02-25Allow __attribute__((unused)) to be applied to ObjC ivars.Ted Kremenek
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-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-08-16Improve the diagnostic emitted when an unused ObjC property getterChris Lattner
2009-08-12Warn on use of property dot syntax when unused.Fariborz Jahanian
2009-08-11merge two tests.Chris Lattner
2009-08-11Fix rdar://7126285: don't warn on unused ObjC property accessChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-07-26remove objc prefixes from these tests.Chris Lattner