index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
CheckObjCUnusedIVars.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-162
/
+0
*
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-11-29
1
-1
/
+1
*
Cleanup includes and forward decls.
Benjamin Kramer
2009-11-28
1
-0
/
+1
*
Unused ivar checker: ivars referenced by lexically nested functions should no...
Ted Kremenek
2009-11-20
1
-1
/
+32
*
Unused ivars checker: also check methods in categories that are defined in th...
Ted Kremenek
2009-10-28
1
-0
/
+8
*
Pull ivar scanning logic into another utility function. This refactoring will...
Ted Kremenek
2009-10-28
1
-10
/
+17
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-12
/
+12
*
Remove 'AnalysisContext::setDecl()', as we the Decl associated with an
Ted Kremenek
2009-08-21
1
-1
/
+2
*
Fix: <rdar://problem/7075531> static analyzer wrongly detects unused ivars us...
Ted Kremenek
2009-08-07
1
-2
/
+8
*
Constify some pointers. No functionality change.
Ted Kremenek
2009-08-07
1
-15
/
+16
*
remove dead code.
Zhongxing Xu
2009-06-30
1
-3
/
+0
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-4
/
+4
*
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
1
-1
/
+1
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-1
/
+1
*
Remove uses of std::ostream from libAnalysis.
Ted Kremenek
2009-06-24
1
-3
/
+2
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-1
/
+1
*
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-23
1
-6
/
+7
*
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-18
1
-1
/
+1
*
More title-casing of bug type names.
Ted Kremenek
2009-04-02
1
-1
/
+1
*
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
1
-2
/
+2
*
The "unused ivar" check now has a category: "Optimization"
Ted Kremenek
2008-09-21
1
-1
/
+1
*
Have the UnusedIvar check skip ivars with setters/getters created by @synthes...
Ted Kremenek
2008-07-25
1
-4
/
+26
*
Properly skip IBOutlets when checking for unused ivars.
Ted Kremenek
2008-07-23
1
-4
/
+6
*
Ivar access mode ObjCIvarDecl::None == ObjCIvarDecl::Protected, not private.
Ted Kremenek
2008-07-23
1
-2
/
+1
*
Add prototype implementation of unused ivar check.
Ted Kremenek
2008-07-23
1
-0
/
+87