summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/unused.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian2014-07-181-0/+23
* Have attribute 'objc_precise_lifetime' suppress -Wunused.Ted Kremenek2014-01-091-0/+9
* objective-C: improve on warnings about misplacement of methodFariborz Jahanian2012-09-171-4/+8
* objective-C: issue warning when there is no whitespaceFariborz Jahanian2012-09-171-2/+3
* refactoring + objective-C specific test for my last patch.Fariborz Jahanian2012-09-061-1/+15
* objective-C string literal has no side-effect,Fariborz Jahanian2012-08-041-0/+2
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* wordsmith an objc warning, rdar://7900756Chris Lattner2010-04-261-1/+1
* Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'.Ted Kremenek2010-04-081-1/+1
* Augment __has_feature to report that Clang supports adding attribute 'unused'Ted Kremenek2010-03-051-1/+9
* Allow __attribute__((unused)) to be applied to ObjC ivars.Ted Kremenek2010-02-251-10/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-2/+3
* Improve the diagnostic emitted when an unused ObjC property getterChris Lattner2009-08-161-1/+1
* Warn on use of property dot syntax when unused.Fariborz Jahanian2009-08-121-2/+1
* merge two tests.Chris Lattner2009-08-111-5/+16
* Fix rdar://7126285: don't warn on unused ObjC property accessChris Lattner2009-08-111-1/+16
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* remove objc prefixes from these tests.Chris Lattner2008-07-261-0/+18