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