index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
CFRefCount.cpp
Age
Commit message (
Expand
)
Author
2009-01-28
Remove method 'AddNE' from the public interface of ConstraintManager.
Ted Kremenek
2009-01-28
retain/release checker: Always generate an "autorelease" summary for an "auto...
Ted Kremenek
2009-01-28
retain/release checker: Improve diagnostics to indicate that CF objects are n...
Ted Kremenek
2009-01-28
retain/release checker: Indicate whether a tracked object is a Core Foundatio...
Ted Kremenek
2009-01-28
retain/release checker: More diagnostic refactoring.
Ted Kremenek
2009-01-28
retain/release checker: Embed an "object type" into the RetEffect/RetVal obje...
Ted Kremenek
2009-01-28
retain/release checker: More cleanups (no real functionality change).
Ted Kremenek
2009-01-28
Fix diagnostic truncated by my last patch.
Ted Kremenek
2009-01-28
retain/release checker: More diagnostic refactoring.
Ted Kremenek
2009-01-28
retain/release checker: Output the name of the function that allocates an obj...
Ted Kremenek
2009-01-28
Refactor some diagnostic code to use raw_string_ostream. No functionality ch...
Ted Kremenek
2009-01-28
Remove '#if 0' code.
Ted Kremenek
2009-01-24
More hacking on static analyzer diagnostics. When emitting summary diagnosti...
Ted Kremenek
2009-01-21
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-16
Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using ty...
Ted Kremenek
2009-01-16
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-12
retain/release checker:
Ted Kremenek
2009-01-07
This commit reflects changes to the retain/release checker motivated by my
Ted Kremenek
2008-12-18
Fix regression when invalidating reference-counts for objects passed-by-refer...
Ted Kremenek
2008-12-17
Fix <rdar://problem/6451816>:
Ted Kremenek
2008-12-13
MemRegion:
Ted Kremenek
2008-12-05
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-02
Add FIXME.
Ted Kremenek
2008-11-24
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-13
GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) ...
Ted Kremenek
2008-11-12
Update method names involving GRStateRef. No functionality change.
Ted Kremenek
2008-11-05
Fix regression with handling of CFMakeCollectable.
Ted Kremenek
2008-11-05
initXXX methods can return owned objects
Ted Kremenek
2008-11-04
Handle prefix '_' that may appear in front of the name of 'Release' functions
Ted Kremenek
2008-10-31
Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
Sanjiv Gupta
2008-10-30
Extend "followsFundamentalRule" to ignore prefix '_' characters.
Ted Kremenek
2008-10-29
IOServiceGetMatchingServices is a release function.
Ted Kremenek
2008-10-24
Use "followsFundamentalRule" to determine if an instance method allocates mem...
Ted Kremenek
2008-10-24
followsFundamentalRule() returns true if "alloc" or "new" appear at the begin...
Ted Kremenek
2008-10-24
Issue warnings about owned objects returned from a method that does not match...
Ted Kremenek
2008-10-23
Disable warning about potential leaks of returned values until we test it a l...
Ted Kremenek
2008-10-22
Warn about potentially leaked objects that are returned from methods whose na...
Ted Kremenek
2008-10-22
Enhance reference-count checker to correctly identify CG "release" functions....
Ted Kremenek
2008-10-21
Handle [NSAutoreleasePool addObject:] (an alternative way to add objects to t...
Ted Kremenek
2008-10-18
retain/release checker: Check if a tracked value escapes if we also try bindi...
Ted Kremenek
2008-10-17
When conjuring symbols to recover path-sensitivity, don't conjure symbols tha...
Ted Kremenek
2008-10-17
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-04
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-01
Add a QualType to ConjuredSymbol to represent the type and size of the symbol.
Ted Kremenek
2008-09-27
Revert 56735. The old bug categories were more informative.
Ted Kremenek
2008-09-27
Change "leaks" to have the category "Performance".
Ted Kremenek
2008-09-21
Change casing of bug type.
Ted Kremenek
2008-09-20
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-03
Store: (static analyzer)
Ted Kremenek
[prev]
[next]