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
...
*
[analyzer] Add a CXXDestructorCall CallEvent.
Jordan Rose
2012-07-10
1
-0
/
+1
*
[analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.
Jordan Rose
2012-07-10
1
-1
/
+2
*
[analyzer] For now, don't inline non-static member overloaded operators.
Jordan Rose
2012-07-03
1
-0
/
+1
*
[analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation.
Jordan Rose
2012-07-02
1
-0
/
+1
*
[analyzer] Convert existing checkers to use check::preCall and check::postCall.
Jordan Rose
2012-07-02
1
-59
/
+9
*
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-07-02
1
-10
/
+4
*
[analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.
Jordan Rose
2012-07-02
1
-8
/
+9
*
[analyzer] Convert RetainCountChecker to use CallEvent as much as possible.
Jordan Rose
2012-07-02
1
-188
/
+237
*
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-07-02
1
-2
/
+2
*
[analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind.
Jordan Rose
2012-06-27
1
-4
/
+1
*
[analyzer] RetainCount: don't track objects init'd with a delegate
Jordan Rose
2012-06-15
1
-4
/
+9
*
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-06
1
-32
/
+15
*
Replace some custom hash combines with the standard stuff from DenseMapInfo.
Benjamin Kramer
2012-05-27
1
-8
/
+5
*
[analyzer] RetainCountChecker: track ObjC boxed expression objects.
Jordy Rose
2012-05-12
1
-0
/
+45
*
Teach the static analyzer that NSLog() and friends do not hold on to object r...
Ted Kremenek
2012-05-08
1
-0
/
+6
*
[analyzer]Fixup r156215: use StopTracking summary instead of ScratchArgs
Anna Zaks
2012-05-07
1
-4
/
+2
*
[analyzer] RetainCountChecker: Allow objects to escape through callbacks
Anna Zaks
2012-05-04
1
-8
/
+20
*
[analyzer] RetainRelease: Self assignment should not suppress a leak
Anna Zaks
2012-05-02
1
-1
/
+5
*
Teach RetainCountchecker about IORegistryEntrySearchCFProperty returning reta...
Ted Kremenek
2012-05-01
1
-0
/
+1
*
Teach RetainCountChecker that it doesn't quite understand pthread_setspecific...
Ted Kremenek
2012-04-26
1
-3
/
+3
*
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-04-05
1
-1
/
+1
*
[analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert.
Anna Zaks
2012-03-30
1
-0
/
+7
*
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
[prev]
[next]