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] Rename ConditionTruthVal::isTrue to isConstrainedTrue.
Jordan Rose
2012-11-01
1
-1
/
+3
*
Move assertion to not crash tests.
Ted Kremenek
2012-10-12
1
-2
/
+1
*
Silence null dereference warnings by documenting context-specific
Ted Kremenek
2012-10-12
1
-0
/
+3
*
Remove ProgramState::getSymVal(). It was being misused by Checkers,
Ted Kremenek
2012-09-07
1
-3
/
+2
*
Teach RetainCountChecker that CFPlugInInstanceCreate does not
Ted Kremenek
2012-09-06
1
-0
/
+2
*
Refine diagnostics for leaks reported when returning an object
Ted Kremenek
2012-09-06
1
-14
/
+22
*
[analyzer] Future-proofing r163012 (nameless functions and RetainCountChecker)
Jordan Rose
2012-09-01
1
-4
/
+4
*
[analyzer] RetainCountChecker: don't assume all functions have names.
Jordan Rose
2012-08-31
1
-2
/
+3
*
Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'.
Ted Kremenek
2012-08-30
1
-0
/
+5
*
[analyzer] Stop tracking symbols based on a retain count summary of
Anna Zaks
2012-08-29
1
-27
/
+101
*
[analyzer] Remove unnecessary code.
Anna Zaks
2012-08-24
1
-16
/
+0
*
[analyzer] Make analyzer less aggressive when dealing with [self init].
Anna Zaks
2012-08-24
1
-0
/
+29
*
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
Ted Kremenek
2012-08-22
1
-4
/
+2
*
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.
Ted Kremenek
2012-08-22
1
-1
/
+1
*
[analyzer] Replace boolean IsSink parameters with 'generateSink' methods.
Jordan Rose
2012-08-20
1
-1
/
+1
*
[analyzer] Remove obsolete GenericNodeBuilderRefCount from RetainCountChecker.
Jordan Rose
2012-08-18
1
-39
/
+16
*
[analyzer] Remove other #if 0 from Retain Count checker.
Anna Zaks
2012-08-14
1
-37
/
+1
*
[analyzer] Remove autorelease pools code from the Retain Count checker.
Anna Zaks
2012-08-14
1
-113
/
+0
*
[analyzer] Fixup to r161821
Anna Zaks
2012-08-14
1
-3
/
+1
*
[analyzer] Disable autorelease pool tracking.
Anna Zaks
2012-08-14
1
-2
/
+21
*
[analyzer] Refactor RetainReleaseChecker to go through a function call
Anna Zaks
2012-08-14
1
-40
/
+53
*
[analyzer] Ignore OS X 10.8's annotations for NSMakeCollectable.
Jordan Rose
2012-08-06
1
-1
/
+6
*
[analyzer] Only allow CallEvents to be created by CallEventManager.
Jordan Rose
2012-07-30
1
-2
/
+5
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-1
/
+1
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.
Jordan Rose
2012-07-18
1
-21
/
+15
*
Remove trivial destructor from SVal.
Benjamin Kramer
2012-07-18
1
-1
/
+1
*
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
Jordan Rose
2012-07-10
1
-1
/
+8
*
[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
[next]