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
*
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
*
Rename isTrackedObjectType() -> isTrackedObjCObjectType().
Ted Kremenek
2009-05-03
1
-4
/
+4
*
retain/release checker: Enhance leak description to say that the bug
Ted Kremenek
2009-05-02
1
-1
/
+5
*
retain/release checker: Hook up attributes 'objc_ownership_retain' and
Ted Kremenek
2009-04-30
1
-10
/
+20
*
Handle case in EvalReturn where we cache out in the ExplodedGraph.
Ted Kremenek
2009-04-30
1
-7
/
+11
*
retain/release checker: Use the ObjCMethodDecl in the @implementation if no
Ted Kremenek
2009-04-30
1
-2
/
+4
*
retain/release checker: Resolve method decl in @interface after getting the
Ted Kremenek
2009-04-30
1
-3
/
+4
*
retain/release checker: When determining whether an analyzed method can return
Ted Kremenek
2009-04-29
1
-30
/
+45
*
Format cleanup. No functionality change.
Ted Kremenek
2009-04-29
1
-3
/
+2
*
Reformat long line. No functionality change.
Ted Kremenek
2009-04-29
1
-3
/
+2
*
retain/release checker: Hoist code for bug reports above transfer function logic
Ted Kremenek
2009-04-29
1
-681
/
+695
*
Add version of getMethodSummary() that can be used to query the summary for the
Ted Kremenek
2009-04-29
1
-0
/
+14
*
Rename getMethodSummary() -> getInstanceMethodSummary().
Ted Kremenek
2009-04-29
1
-7
/
+11
*
retain/release checker: Refactor getMethodSummary() to not depend on ObjCMess...
Ted Kremenek
2009-04-29
1
-33
/
+35
*
As discussed with Ted offline, re-apply r70293.
Zhongxing Xu
2009-04-29
1
-8
/
+1
*
retain/release checker: Refactor the guts of getClassMethodSummary to not depend
Ted Kremenek
2009-04-29
1
-15
/
+27
*
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
Ted Kremenek
2009-04-28
1
-0
/
+4
*
Revert 70293.
Ted Kremenek
2009-04-28
1
-0
/
+7
*
Now we can remove the 'blast-through' code.
Zhongxing Xu
2009-04-28
1
-7
/
+0
*
Add two new checker-specific attributes: 'objc_ownership_release' and
Ted Kremenek
2009-04-27
1
-1
/
+9
*
Track objects in GC mode returned by 'alloc', 'new', etc. methods. These are
Ted Kremenek
2009-04-27
1
-7
/
+13
*
Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same
Ted Kremenek
2009-04-27
1
-1
/
+5
*
Implement function-try-blocks. However, there's a very subtle bug that I can'...
Sebastian Redl
2009-04-26
1
-4
/
+4
*
Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allows
Ted Kremenek
2009-04-25
1
-1
/
+12
*
Hook up __attribute__((objc_ownership_returns)) to the retain/release checker.
Ted Kremenek
2009-04-24
1
-7
/
+48
*
Fix the same false positive reported in PR 2542 and <rdar://problem/6793409>
Ted Kremenek
2009-04-24
1
-5
/
+19
*
Minor refactoring: pass selector to getCommonMethodSummary(). No functionality
Ted Kremenek
2009-04-24
1
-9
/
+7
*
retain/release checker: more hacks to workaround false positives cause by
Ted Kremenek
2009-04-24
1
-2
/
+21
*
Sentence case bug name.
Ted Kremenek
2009-04-24
1
-1
/
+1
*
retain/release checker:
Ted Kremenek
2009-04-24
1
-21
/
+68
*
Refactor common logic in getMethodSummary() and getClassMethodSummary(). No
Ted Kremenek
2009-04-23
1
-30
/
+24
*
Further cleanups to isTrackedObjectType().
Ted Kremenek
2009-04-23
1
-6
/
+10
*
retain/release checker: Don't call isTrackedObject() with the canonical type.
Ted Kremenek
2009-04-23
1
-9
/
+7
*
retain/release checker: For class methods, only treat return values that are
Ted Kremenek
2009-04-23
1
-5
/
+13
*
Per discussions with Ken Ferry and Paul Marks (<rdar://problem/6815234>) greatly
Ted Kremenek
2009-04-23
1
-12
/
+24
*
get a CodeTextRegion when visiting FunctionDecl reference.
Zhongxing Xu
2009-04-20
1
-10
/
+10
[next]