Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a9fbf5ba297d77a34d564055f1f05414e0224bf9
/
test
/
Analysis
/
unused-ivars.m
e3972a9
Enhance the unused ivar checker to not consider an ivar to be accidentally unused
by Ted Kremenek
· 15 years ago
2ade536
Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'.
by Ted Kremenek
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
ef74f4c
Replace clang-cc with clang -cc1.
by Zhongxing Xu
· 15 years ago
b221e4f
Unused ivar checker: ivars referenced by lexically nested functions should not be flagged as unused. Fixes <rdar://problem/7254495>.
by Ted Kremenek
· 15 years ago
ca74ae7
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple.
by Daniel Dunbar
· 15 years ago
e8ec699
Unused ivars checker: also check methods in categories that are defined in the same translation unit. Fixes <rdar://problem/6260004>.
by Ted Kremenek
· 15 years ago
35ffcf3
Fix: <rdar://problem/7075531> static analyzer wrongly detects unused ivars used in blocks
by Ted Kremenek
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
d427023
Add -analyze action to run static analyzer, instead of inferring from
by Daniel Dunbar
· 16 years ago
f19f911
Remove '.' in expected warning
by Ted Kremenek
· 16 years ago
cc87ba2
Properly skip IBOutlets when checking for unused ivars.
by Ted Kremenek
· 16 years ago