summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFRefCount.cpp
Commit message (Expand)AuthorAgeFilesLines
* GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) ...Ted Kremenek2008-11-131-2/+2
* Update method names involving GRStateRef. No functionality change.Ted Kremenek2008-11-121-9/+9
* Fix regression with handling of CFMakeCollectable.Ted Kremenek2008-11-051-1/+6
* initXXX methods can return owned objectsTed Kremenek2008-11-051-2/+7
* Handle prefix '_' that may appear in front of the name of 'Release' functionsTed Kremenek2008-11-041-6/+3
* Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wcharSanjiv Gupta2008-10-311-1/+1
* Extend "followsFundamentalRule" to ignore prefix '_' characters.Ted Kremenek2008-10-301-2/+2
* IOServiceGetMatchingServices is a release function.Ted Kremenek2008-10-291-2/+14
* Use "followsFundamentalRule" to determine if an instance method allocates mem...Ted Kremenek2008-10-241-8/+9
* followsFundamentalRule() returns true if "alloc" or "new" appear at the begin...Ted Kremenek2008-10-241-16/+22
* Issue warnings about owned objects returned from a method that does not match...Ted Kremenek2008-10-241-54/+74
* Disable warning about potential leaks of returned values until we test it a l...Ted Kremenek2008-10-231-3/+33
* Warn about potentially leaked objects that are returned from methods whose na...Ted Kremenek2008-10-221-16/+64
* Enhance reference-count checker to correctly identify CG "release" functions....Ted Kremenek2008-10-221-5/+13
* Handle [NSAutoreleasePool addObject:] (an alternative way to add objects to t...Ted Kremenek2008-10-211-2/+27
* retain/release checker: Check if a tracked value escapes if we also try bindi...Ted Kremenek2008-10-181-5/+21
* When conjuring symbols to recover path-sensitivity, don't conjure symbols tha...Ted Kremenek2008-10-171-8/+21
* - constify some uses of MemRegion* (MemRegion should be immutable).Ted Kremenek2008-10-171-2/+2
* This patch did the following renaming. There should be no functional changes.Zhongxing Xu2008-10-171-53/+53
* This is a big patch, but the functionality change is small and the rest of th...Ted Kremenek2008-10-041-26/+68
* Add a QualType to ConjuredSymbol to represent the type and size of the symbol.Ted Kremenek2008-10-011-1/+3
* Revert 56735. The old bug categories were more informative.Ted Kremenek2008-09-271-5/+1
* Change "leaks" to have the category "Performance".Ted Kremenek2008-09-271-1/+5
* Change casing of bug type.Ted Kremenek2008-09-211-1/+1
* Add "category" to BugTypes, allowing bugs to be grouped.Ted Kremenek2008-09-201-5/+9
* Store: (static analyzer)Ted Kremenek2008-09-031-2/+2
* Migrate the rest symbolic analysis stuff to BasicConstraintManager.Zhongxing Xu2008-08-291-1/+1
* Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.Ted Kremenek2008-08-291-32/+25
* Migrate the retain/release checker to not manage the RefBindings::Factory objectTed Kremenek2008-08-171-46/+24
* GRState:Ted Kremenek2008-08-161-11/+7
* Migrated retain/release checker to use the Generic Data Map in GRState (insteadTed Kremenek2008-08-141-143/+124
* Renamed GRState::CheckerStatePrinter to GRState::Printer.Ted Kremenek2008-08-131-10/+14
* Rename ValueState -> GRState.Ted Kremenek2008-08-131-109/+109
* More cleanups. Add missing #include.Ted Kremenek2008-08-121-32/+7
* More summary generation refactoring.Ted Kremenek2008-08-121-21/+23
* Add variadic addInstMethSummary() and refactored addPanicSummary() to use thi...Ted Kremenek2008-08-121-85/+46
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* remove some unneeded calls to getCanonicalTypeChris Lattner2008-07-261-2/+1
* Correctly handle NSAssertionHandle -handleFailureInMethod:object:file:lineNum...Ted Kremenek2008-07-241-0/+1
* Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...Ted Kremenek2008-07-221-7/+2
* "currentHandler" is a nullary selectorTed Kremenek2008-07-181-1/+1
* Fix caching bug.Ted Kremenek2008-07-181-4/+6
* Add panic support for NSAssertionHandler.Ted Kremenek2008-07-181-8/+66
* Update signature of EvalAssume.Ted Kremenek2008-07-171-3/+3
* isRetain() and isRelease() now only returns true if "Retain"/"Release" appear...Ted Kremenek2008-07-151-2/+4
* Support retain/release tracking for CoreGraphics (CGxxxRef) objects.Ted Kremenek2008-07-151-12/+83
* Refactored most of the "Store" piece of ValueState into a Store type. TheTed Kremenek2008-07-101-29/+33
* Fix PR2519: correctly handle CFDictionaryCreate.Ted Kremenek2008-07-091-9/+31
* Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead.Ted Kremenek2008-07-071-34/+24
* Use conjured symbols for variables whose values are invalidated whenTed Kremenek2008-07-031-0/+27
OpenPOWER on IntegriCloud