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 null dereference.
Ted Kremenek
2009-02-07
1
-2
/
+5
*
For retain/release leaks, have the BugReport description indicate the allocat...
Ted Kremenek
2009-02-07
1
-12
/
+15
*
Determining the allocation site for a leak when constructing a CFRefLeakRepor...
Ted Kremenek
2009-02-07
1
-17
/
+34
*
Split logic for 'getEndPath()' for CFRefReport and CFRefLeakReport.
Ted Kremenek
2009-02-07
1
-8
/
+18
*
Convert a use of 'std::ostringstream' to 'llvm::raw_string_ostream'.
Ted Kremenek
2009-02-07
1
-3
/
+2
*
Add 'AppendValue' to the list of magic CF function names that cause a tracked...
Ted Kremenek
2009-02-05
1
-1
/
+2
*
Remove a bunch of obscene double-buffering of BugReports in the retain/release
Ted Kremenek
2009-02-05
1
-181
/
+137
*
Fix regression: Leak (BugType) object should have 'isLeak()' return true.
Ted Kremenek
2009-02-05
1
-0
/
+2
*
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-02-04
1
-96
/
+91
*
retain/release checker: When generating summaries for CF/CG functions, allow ...
Ted Kremenek
2009-01-29
1
-6
/
+21
*
Remove '#if 0' code.
Ted Kremenek
2009-01-28
1
-5
/
+0
*
Remove method 'AddNE' from the public interface of ConstraintManager.
Ted Kremenek
2009-01-28
1
-2
/
+5
*
retain/release checker: Always generate an "autorelease" summary for an "auto...
Ted Kremenek
2009-01-28
1
-9
/
+9
*
retain/release checker: Improve diagnostics to indicate that CF objects are n...
Ted Kremenek
2009-01-28
1
-2
/
+9
*
retain/release checker: Indicate whether a tracked object is a Core Foundatio...
Ted Kremenek
2009-01-28
1
-1
/
+7
*
retain/release checker: More diagnostic refactoring.
Ted Kremenek
2009-01-28
1
-6
/
+4
*
retain/release checker: Embed an "object type" into the RetEffect/RetVal obje...
Ted Kremenek
2009-01-28
1
-42
/
+53
*
retain/release checker: More cleanups (no real functionality change).
Ted Kremenek
2009-01-28
1
-15
/
+10
*
Fix diagnostic truncated by my last patch.
Ted Kremenek
2009-01-28
1
-0
/
+2
*
retain/release checker: More diagnostic refactoring.
Ted Kremenek
2009-01-28
1
-27
/
+15
*
retain/release checker: Output the name of the function that allocates an obj...
Ted Kremenek
2009-01-28
1
-14
/
+15
*
Refactor some diagnostic code to use raw_string_ostream. No functionality ch...
Ted Kremenek
2009-01-28
1
-20
/
+17
*
Remove '#if 0' code.
Ted Kremenek
2009-01-28
1
-5
/
+0
*
More hacking on static analyzer diagnostics. When emitting summary diagnosti...
Ted Kremenek
2009-01-24
1
-26
/
+22
*
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-21
1
-9
/
+7
*
Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using ty...
Ted Kremenek
2009-01-16
1
-1
/
+3
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-3
/
+3
*
retain/release checker:
Ted Kremenek
2009-01-12
1
-177
/
+123
*
This commit reflects changes to the retain/release checker motivated by my
Ted Kremenek
2009-01-07
1
-36
/
+42
*
Fix regression when invalidating reference-counts for objects passed-by-refer...
Ted Kremenek
2008-12-18
1
-8
/
+9
*
Fix <rdar://problem/6451816>:
Ted Kremenek
2008-12-17
1
-1
/
+9
*
MemRegion:
Ted Kremenek
2008-12-13
1
-1
/
+1
*
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-05
1
-39
/
+39
*
Add FIXME.
Ted Kremenek
2008-12-02
1
-0
/
+3
*
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
1
-2
/
+2
*
GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) ...
Ted Kremenek
2008-11-13
1
-2
/
+2
*
Update method names involving GRStateRef. No functionality change.
Ted Kremenek
2008-11-12
1
-9
/
+9
*
Fix regression with handling of CFMakeCollectable.
Ted Kremenek
2008-11-05
1
-1
/
+6
*
initXXX methods can return owned objects
Ted Kremenek
2008-11-05
1
-2
/
+7
*
Handle prefix '_' that may appear in front of the name of 'Release' functions
Ted Kremenek
2008-11-04
1
-6
/
+3
*
Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
Sanjiv Gupta
2008-10-31
1
-1
/
+1
*
Extend "followsFundamentalRule" to ignore prefix '_' characters.
Ted Kremenek
2008-10-30
1
-2
/
+2
*
IOServiceGetMatchingServices is a release function.
Ted Kremenek
2008-10-29
1
-2
/
+14
*
Use "followsFundamentalRule" to determine if an instance method allocates mem...
Ted Kremenek
2008-10-24
1
-8
/
+9
*
followsFundamentalRule() returns true if "alloc" or "new" appear at the begin...
Ted Kremenek
2008-10-24
1
-16
/
+22
*
Issue warnings about owned objects returned from a method that does not match...
Ted Kremenek
2008-10-24
1
-54
/
+74
*
Disable warning about potential leaks of returned values until we test it a l...
Ted Kremenek
2008-10-23
1
-3
/
+33
*
Warn about potentially leaked objects that are returned from methods whose na...
Ted Kremenek
2008-10-22
1
-16
/
+64
*
Enhance reference-count checker to correctly identify CG "release" functions....
Ted Kremenek
2008-10-22
1
-5
/
+13
*
Handle [NSAutoreleasePool addObject:] (an alternative way to add objects to t...
Ted Kremenek
2008-10-21
1
-2
/
+27
[next]