summaryrefslogtreecommitdiffstats
path: root/test/Analysis/unused-ivars.m
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* De-Unicode-ify.NAKAMURA Takumi2011-08-121-1/+1
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-1/+1
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-1/+1
* Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian2011-01-041-1/+1
* Don't warn about unamed bitfield ivars in the ObjCUnusedIvarsChecker. Fixes ...Ted Kremenek2010-10-281-1/+13
* Enhance the unused ivar checker to not consider an ivar to be accidentally un...Ted Kremenek2010-02-251-0/+15
* Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-...Ted Kremenek2010-02-051-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Unused ivar checker: ivars referenced by lexically nested functions should no...Ted Kremenek2009-11-201-0/+16
* Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar2009-11-171-1/+1
* Unused ivars checker: also check methods in categories that are defined in th...Ted Kremenek2009-10-281-0/+22
* Fix: <rdar://problem/7075531> static analyzer wrongly detects unused ivars us...Ted Kremenek2009-08-071-5/+40
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Remove '.' in expected warningTed Kremenek2008-07-251-1/+1
* Properly skip IBOutlets when checking for unused ivars.Ted Kremenek2008-07-231-0/+10