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
/
StaticAnalyzer
/
Checkers
/
RetainCountChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change RetainCountChecker to eagerly "escape" retained objects when they are
Ted Kremenek
2012-03-27
1
-0
/
+6
*
[analyzer] Add a clone() method to BugReporterVisitor, so that we'll be able ...
Jordy Rose
2012-03-24
1
-1
/
+10
*
Avoid applying retain/release effects twice in RetainCountChecker when a func...
Ted Kremenek
2012-03-23
1
-0
/
+3
*
"Teach" RetainCountChecker about dispatch_set_context, which can indirectly f...
Ted Kremenek
2012-03-22
1
-0
/
+8
*
[analyser] Factor out FindUniqueBinding from RetainCount checker.
Anna Zaks
2012-03-21
1
-33
/
+1
*
[analyzer] Use a FoldingSet to cache simple RetainSummary instances, rather t...
Jordy Rose
2012-03-18
1
-40
/
+58
*
[analyzer] Unify retain-count summary generation for class and instance metho...
Jordy Rose
2012-03-17
1
-53
/
+26
*
[analyzer] Remove duplicate work on deriving method behavior. No functionalit...
Jordy Rose
2012-03-17
1
-83
/
+74
*
[analyzer] Don't claim an object was returned with +1 retain count before cou...
Jordy Rose
2012-03-17
1
-4
/
+8
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-7
/
+7
*
Teach RetainCountChecker about mixing method families with explicit annotatio...
Ted Kremenek
2012-03-09
1
-0
/
+30
*
[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...
Ted Kremenek
2012-03-09
1
-4
/
+2
*
Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.
Ted Kremenek
2012-03-06
1
-31
/
+89
*
[analyzer] Leaks should be uniqued by the allocation point in the
Anna Zaks
2012-02-28
1
-4
/
+16
*
[analyzer] Retain release: drop the line number info from the leak
Anna Zaks
2012-02-28
1
-3
/
+2
*
RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt...
Ted Kremenek
2012-02-25
1
-0
/
+15
*
Teach analyzer about NSAutoreleasePool -allocWithZone:. Fixes <rdar://proble...
Ted Kremenek
2012-02-18
1
-3
/
+5
*
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
1
-2
/
+2
*
[analyzer] Make Malloc Checker optimistic in presence of inlining.
Anna Zaks
2012-02-14
1
-2
/
+4
*
Print NamedDecls directly to a raw_ostream where possible.
Benjamin Kramer
2012-02-07
1
-1
/
+1
*
Add basic BugReporter support for CallEnter/CallExit. WIP.
Ted Kremenek
2012-02-07
1
-0
/
+7
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-7
/
+7
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-51
/
+51
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-6
/
+1
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-1
/
+0
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-17
/
+24
*
Minor code formatting cleanups.
Ted Kremenek
2012-01-04
1
-17
/
+17
*
Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert...
Ted Kremenek
2011-12-22
1
-2
/
+2
*
[analyzer] Change RetainCountChecker to use symbol dump method instead
Anna Zaks
2011-12-05
1
-2
/
+3
*
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
1
-5
/
+2
*
[static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicat...
Ted Kremenek
2011-11-14
1
-4
/
+20
*
[analyzer] CheckerContext::getPredecessor() cleanup
Anna Zaks
2011-11-01
1
-2
/
+1
*
[analyzer] Add getLocationContext to CheckerContext
Anna Zaks
2011-10-26
1
-2
/
+2
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-10
/
+10
*
[analyzer] Remove getEngine() form CheckerContext
Anna Zaks
2011-10-25
1
-27
/
+24
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-4
/
+4
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-20
/
+9
*
[analyzer] Remove dead code.
Anna Zaks
2011-10-18
1
-1
/
+0
*
[analyzer] Node Builder refactoring: Introduce a simple Node Builder responsi...
Anna Zaks
2011-10-18
1
-7
/
+11
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-3
/
+3
*
[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...
Anna Zaks
2011-10-06
1
-2
/
+2
*
Fix major regression in RetainCountChecker. DefaultSummaries were not being ...
Ted Kremenek
2011-10-05
1
-89
/
+101
*
[analyzer] Remove the last dependency on CheckerContext::getNodeBuilder() as ...
Anna Zaks
2011-10-05
1
-14
/
+10
*
[analyzer] Removing more references to CheckerContext::getNodeBuilder(): ask ...
Anna Zaks
2011-10-04
1
-6
/
+2
*
[analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...
Anna Zaks
2011-10-04
1
-2
/
+2
*
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-03
1
-3
/
+4
*
Tweak the interface for analyzing the CF conventions for a name
John McCall
2011-10-01
1
-8
/
+6
*
[analyzer] Fix a bug in RetainReleaseChecker diagnostics. It gives more preci...
Anna Zaks
2011-09-30
1
-1
/
+1
[next]