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
/
CFRefCount.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sentence-case bug type.
Ted Kremenek
2009-04-03
1
-1
/
+1
*
retain/release checker: don't track NSPanel until we have better reasoning about
Ted Kremenek
2009-04-03
1
-2
/
+8
*
Fix grammar.
Ted Kremenek
2009-04-02
1
-1
/
+1
*
Title-case the names of bug types.
Ted Kremenek
2009-04-02
1
-7
/
+8
*
- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation
Ted Kremenek
2009-04-01
1
-9
/
+6
*
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-26
1
-10
/
+10
*
retain/release checker: Tracking autorelease counts for objects. We're still not
Ted Kremenek
2009-03-20
1
-7
/
+48
*
Stub out some code for support for NSDeallocateObject. This is enabled yet until
Ted Kremenek
2009-03-17
1
-0
/
+12
*
retain/release checker: Add support for reasoning about -dealloc.
Ted Kremenek
2009-03-17
1
-35
/
+128
*
Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowed
Ted Kremenek
2009-03-13
1
-3
/
+6
*
Remove '[naming convention]' from bug type.
Ted Kremenek
2009-03-11
1
-2
/
+2
*
retain/release checker: Allow allocations to fail by returning nil.
Ted Kremenek
2009-03-09
1
-1
/
+5
*
Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and
Ted Kremenek
2009-03-06
1
-3
/
+3
*
Minor tweak: Recognize 'CGCF' prefix in addition to 'CF' and 'CG'.
Ted Kremenek
2009-03-05
1
-1
/
+11
*
BasicStore:
Ted Kremenek
2009-03-05
1
-3
/
+4
*
Fix message title
Ted Kremenek
2009-03-05
1
-1
/
+1
*
For now, do not track NSWindow objects and it's subclasses.
Ted Kremenek
2009-03-04
1
-0
/
+13
*
Add prototype support for invalidating fields for structures passed-by-reference
Ted Kremenek
2009-03-04
1
-18
/
+71
*
Added the notion of a "boundable region", which is a region that can have a d...
Ted Kremenek
2009-03-04
1
-1
/
+1
*
Use GetSValAsScalarOrLoc instead of GetSVal to prevent unintended structure o...
Ted Kremenek
2009-03-04
1
-16
/
+16
*
Rework use of loc::SymbolVal in the retain/release checker to use the new method
Ted Kremenek
2009-03-03
1
-64
/
+39
*
Rename AnonTypedRegion to TypedViewRegion.
Ted Kremenek
2009-03-01
1
-2
/
+2
*
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-26
1
-1
/
+1
*
Refine some grammar in the retain/release diagnostics.
Ted Kremenek
2009-02-26
1
-21
/
+15
*
Fix recently introduced switch case fallthrough bug.
Ted Kremenek
2009-02-25
1
-4
/
+4
*
retain/release checker: Implement basic tracking of autorelease stack. Next ...
Ted Kremenek
2009-02-25
1
-6
/
+26
*
Fix broken logic from my last commit. Branches only occur at basic blocks th...
Ted Kremenek
2009-02-24
1
-1
/
+1
*
Fix diagnostic regression where the leak diagnostic could appear earlier in t...
Ted Kremenek
2009-02-24
1
-1
/
+11
*
retain/release checker:
Ted Kremenek
2009-02-24
1
-70
/
+38
*
Add more boilerplate logic to more accurately reason about autorelease pools.
Ted Kremenek
2009-02-23
1
-4
/
+52
*
Fix 80 col. violations.
Ted Kremenek
2009-02-23
1
-2
/
+4
*
Per Chris L.'s suggestion, use getAsFunctionType() instead of getDesguaredTyp...
Ted Kremenek
2009-02-23
1
-5
/
+7
*
retain/release checker: For now don't track the retain count of NSWindow obje...
Ted Kremenek
2009-02-23
1
-1
/
+5
*
Remove typo.
Ted Kremenek
2009-02-23
1
-1
/
+1
*
'[NSAutoreleasePool addObject:]' has an 'autorelease' effect, not a DoNothing...
Ted Kremenek
2009-02-23
1
-2
/
+2
*
Fix regression in naming convention derivation: a method only follows the cop...
Ted Kremenek
2009-02-22
1
-1
/
+1
*
Use llvm::StringsEqualNoCase instead of strncasecmp.
Ted Kremenek
2009-02-21
1
-8
/
+5
*
Fix build on windows.
Cedric Venet
2009-02-21
1
-0
/
+4
*
Improved naming convention heuristics in the retain/release checker to better
Ted Kremenek
2009-02-21
1
-9
/
+94
*
Fix crash from <rdar://problem/6562655>: 'init' method only return a receiver...
Ted Kremenek
2009-02-20
1
-2
/
+5
*
retain/release checker: Generate an intermediate simulation node for "leak"
Ted Kremenek
2009-02-19
1
-17
/
+38
*
retain/release checker: Fix crasher when the leak site is the same expression...
Ted Kremenek
2009-02-19
1
-12
/
+20
*
retain/release checker: Place the leak diagnostic after the last statement that
Ted Kremenek
2009-02-18
1
-15
/
+37
*
Remove unused variable.
Ted Kremenek
2009-02-18
1
-1
/
+0
*
Remove logic for computing 'display hint'.
Ted Kremenek
2009-02-18
1
-21
/
+2
*
More fun with retain checker diagnostics:
Ted Kremenek
2009-02-18
1
-7
/
+17
*
Fix diagnostics bugs when computing ranges for the retain/release checker.
Ted Kremenek
2009-02-18
1
-1
/
+4
*
retain/release checker: We now emit fancy diagnostics telling users about the
Ted Kremenek
2009-02-18
1
-50
/
+88
*
retain/release checker: Distinguish in the function summaries between
Ted Kremenek
2009-02-18
1
-12
/
+27
*
Hooked up the necessary machinery to allow the retain/release checker reference
Ted Kremenek
2009-02-18
1
-53
/
+125
[next]