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
*
Fix: <rdar://problem/6945561> -[CIContext createCGLayerWithSize:info:] misint...
Ted Kremenek
2009-06-15
1
-2
/
+5
*
Fix: <rdar://problem/6961230> add knowledge of IOKit functions to retain/rele...
Ted Kremenek
2009-06-15
1
-3
/
+57
*
Add summary lookup for IOServiceGetMatchingService.
Ted Kremenek
2009-06-11
1
-37
/
+48
*
Refactor some function name -> summary lookup using a switch statement.
Ted Kremenek
2009-06-11
1
-18
/
+25
*
Fix:
Ted Kremenek
2009-06-05
1
-5
/
+9
*
Enhance attribute cf_returns_retained to also work (in the analyzer)
Ted Kremenek
2009-06-05
1
-2
/
+9
*
Add special cases to retain checker for 'create' methods in QCView, QCRendere...
Ted Kremenek
2009-05-20
1
-4
/
+16
*
Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we are...
Ted Kremenek
2009-05-18
1
-0
/
+4
*
Fix: <rdar://problem/6893565> False positive: don't flag leaks for return typ...
Ted Kremenek
2009-05-16
1
-19
/
+28
*
Fix crash when deriving the enclosing summary of a method whose first selecto...
Ted Kremenek
2009-05-15
1
-12
/
+16
*
Remove extra whitespace character in string literal. Purely cosmetic.
Ted Kremenek
2009-05-15
1
-1
/
+1
*
Fix <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a r...
Ted Kremenek
2009-05-14
1
-0
/
+9
*
Fix crasher reported in PR 4209 caused by an invalid summary
Ted Kremenek
2009-05-13
1
-4
/
+16
*
Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a...
Ted Kremenek
2009-05-13
1
-2
/
+5
*
Fix: <rdar://problem/6320065> false positive - init method returns an object ...
Ted Kremenek
2009-05-12
1
-22
/
+46
*
Add logic for invalidating array region to CFRefCount.cpp. When invalidating
Zhongxing Xu
2009-05-12
1
-11
/
+19
*
Fix <rdar://problem/6877235> Classes typedef-ed to CF objects should get the ...
Ted Kremenek
2009-05-12
1
-3
/
+11
*
When stripping element regions for invalidating region values, treat FieldReg...
Ted Kremenek
2009-05-11
1
-4
/
+7
*
Fix regression reported in <rdar://problem/6866843>. The analyzer should ext...
Ted Kremenek
2009-05-11
1
-2
/
+2
*
Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto...
Ted Kremenek
2009-05-11
1
-2
/
+10
*
TypedRegion is a too general assumption. Usually we only want to invalidate
Zhongxing Xu
2009-05-11
1
-3
/
+3
*
Add special warning about returning a retained object where a GC'ed object is...
Ted Kremenek
2009-05-10
1
-5
/
+7
*
retain/release checker: Flag a warning for non-owned objects returned
Ted Kremenek
2009-05-10
1
-13
/
+85
*
analyzer:
Ted Kremenek
2009-05-10
1
-33
/
+48
*
As discussed with Ted, rename TypedRegion::getObjectType() to
Zhongxing Xu
2009-05-09
1
-1
/
+1
*
Add back analyzer support for ns_returns_retained and cf_returns_retained.
Ted Kremenek
2009-05-09
1
-1
/
+51
*
It lives! The retain/release checker now tracks objects that are sent
Ted Kremenek
2009-05-09
1
-4
/
+5
*
rename: MemRegion:
Zhongxing Xu
2009-05-09
1
-1
/
+1
*
More hacking on autorelease errors. We now can emit basic errors (disabled for
Ted Kremenek
2009-05-09
1
-3
/
+14
*
Put most of the boilerplate logic in place for reporting autorelease errors.
Ted Kremenek
2009-05-09
1
-19
/
+82
*
retain/release checker: Add stub for HandleAutoreleaseCounts.
Ted Kremenek
2009-05-08
1
-9
/
+56
*
retain/release checker: Refactor error-reporting code in EvalDeadSymbols and
Ted Kremenek
2009-05-08
1
-108
/
+98
*
retain checker: Track the number of times a tracked object is sent
Ted Kremenek
2009-05-08
1
-15
/
+37
*
Remove experimental ownership attributes from Clang.
Ted Kremenek
2009-05-08
1
-93
/
+0
*
Minor code cleanup in retain/release checker in preparation for some
Ted Kremenek
2009-05-07
1
-22
/
+14
*
Refactor BugReporter interface to have a new 'BugReporterContext' and
Ted Kremenek
2009-05-06
1
-28
/
+25
*
Fix analyzer regression reported in PR 4164:
Ted Kremenek
2009-05-06
1
-1
/
+23
*
Implement attribute 'ns_autorelease'.
Ted Kremenek
2009-05-05
1
-20
/
+27
*
Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').
Ted Kremenek
2009-05-05
1
-0
/
+6
*
Remove experimental attribute 'ns_ownership_make_collectable.'
Ted Kremenek
2009-05-04
1
-2
/
+0
*
Rename attributes 'objc_ownership...' to 'ns_ownership...'.
Ted Kremenek
2009-05-04
1
-7
/
+7
*
Rename attributes:
Ted Kremenek
2009-05-04
1
-2
/
+2
*
retain checker: Add checker support for FunctionDecl ownership annotations. ...
Ted Kremenek
2009-05-04
1
-0
/
+29
*
retain checker: Pull out logic for parameter annotations into a
Ted Kremenek
2009-05-04
1
-12
/
+21
*
retain checker: Don't treat function's declared in macros differently.
Ted Kremenek
2009-05-04
1
-8
/
+1
*
retain checker:
Ted Kremenek
2009-05-04
1
-91
/
+83
*
retain checker: RetainSummaryManager now has a 'DefaultSummary' object
Ted Kremenek
2009-05-04
1
-39
/
+30
*
retain checker: Don't bother using a FoldingSet to unique summaries.
Ted Kremenek
2009-05-04
1
-24
/
+3
*
Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or ...
Ted Kremenek
2009-05-03
1
-13
/
+33
*
Convert ArgEffects from an std::vector to an ImmutableMap. This will make it...
Ted Kremenek
2009-05-03
1
-117
/
+59
[next]