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-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
2008-08-29
Migrate the rest symbolic analysis stuff to BasicConstraintManager.
Zhongxing Xu
2008-08-29
Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.
Ted Kremenek
2008-08-17
Migrate the retain/release checker to not manage the RefBindings::Factory object
Ted Kremenek
2008-08-16
GRState:
Ted Kremenek
2008-08-14
Migrated retain/release checker to use the Generic Data Map in GRState (instead
Ted Kremenek
2008-08-13
Renamed GRState::CheckerStatePrinter to GRState::Printer.
Ted Kremenek
2008-08-13
Rename ValueState -> GRState.
Ted Kremenek
2008-08-12
More cleanups. Add missing #include.
Ted Kremenek
2008-08-12
More summary generation refactoring.
Ted Kremenek
2008-08-12
Add variadic addInstMethSummary() and refactored addPanicSummary() to use thi...
Ted Kremenek
2008-08-11
More #include cleaning
Daniel Dunbar
2008-07-26
remove some unneeded calls to getCanonicalType
Chris Lattner
2008-07-24
Correctly handle NSAssertionHandle -handleFailureInMethod:object:file:lineNum...
Ted Kremenek
2008-07-22
Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...
Ted Kremenek
2008-07-18
"currentHandler" is a nullary selector
Ted Kremenek
2008-07-18
Fix caching bug.
Ted Kremenek
[next]