Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1ec4e976113ac56c0b3d96f484613d1dc62c3f85
/
lib
/
Analysis
/
CheckObjCUnusedIVars.cpp
f017173
Port BugReporter and BugType to StringRef.
by Benjamin Kramer
· 15 years ago
5865288
Cleanup includes and forward decls.
by Benjamin Kramer
· 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
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
8fa3a1a
Pull ivar scanning logic into another utility function. This refactoring will enable scanning
by Ted Kremenek
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
2376002
Remove 'AnalysisContext::setDecl()', as we the Decl associated with an
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
0b2dd77
Constify some pointers. No functionality change.
by Ted Kremenek
· 15 years ago
51bbd1b
remove dead code.
by Zhongxing Xu
· 15 years ago
17945a0
De-ASTContext-ify DeclContext.
by Argyrios Kyrtzidis
· 15 years ago
6fb0aee
Remove the ASTContext parameter from the getBody() methods of Decl and subclasses.
by Argyrios Kyrtzidis
· 15 years ago
40b598e
Remove the ASTContext parameter from the attribute-related methods of Decl.
by Argyrios Kyrtzidis
· 15 years ago
53ba0b6
Remove uses of std::ostream from libAnalysis.
by Ted Kremenek
· 15 years ago
68584ed
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
by Douglas Gregor
· 16 years ago
653f1b1
Eliminate the three SmallVectors in ObjCImplDecl (for instance
by Douglas Gregor
· 16 years ago
7297134
FunctionDecl::getBody() is getting an ASTContext argument for use in
by Douglas Gregor
· 16 years ago
13493ea
More title-casing of bug type names.
by Ted Kremenek
· 16 years ago
d9d22dd
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
by Chris Lattner
· 16 years ago
0b00785
The "unused ivar" check now has a category: "Optimization"
by Ted Kremenek
· 16 years ago
694eefb
Have the UnusedIvar check skip ivars with setters/getters created by @synthesize.
by Ted Kremenek
· 16 years ago
cc87ba2
Properly skip IBOutlets when checking for unused ivars.
by Ted Kremenek
· 16 years ago
6678f7f
Ivar access mode ObjCIvarDecl::None == ObjCIvarDecl::Protected, not private.
by Ted Kremenek
· 16 years ago
395aaf2
Add prototype implementation of unused ivar check.
by Ted Kremenek
· 16 years ago