]> granicus.if.org Git - clang/commit
Properly skip IBOutlets when checking for unused ivars.
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Jul 2008 18:21:36 +0000 (18:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Jul 2008 18:21:36 +0000 (18:21 +0000)
commitcc87ba2b950cfef2ef43019627330975a7daf73a
treead82657150d5b726662f0d4a1cb49547d3399a19
parent8f50b9c02abe7cd4945a9b77a8550a5207ea21cf
Properly skip IBOutlets when checking for unused ivars.
Refine the error message of unused ivars.
Added test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53957 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CheckObjCUnusedIVars.cpp
test/Analysis/unused-ivars.m [new file with mode: 0644]