| Commit message (Expand) | Author | Age | Files | Lines |
| * | Migrate the retain/release checker to not manage the RefBindings::Factory object | Ted Kremenek | 2008-08-17 | 1 | -46/+24 |
| * | GRState: | Ted Kremenek | 2008-08-16 | 1 | -11/+7 |
| * | Migrated retain/release checker to use the Generic Data Map in GRState (instead | Ted Kremenek | 2008-08-14 | 1 | -143/+124 |
| * | Renamed GRState::CheckerStatePrinter to GRState::Printer. | Ted Kremenek | 2008-08-13 | 1 | -10/+14 |
| * | Rename ValueState -> GRState. | Ted Kremenek | 2008-08-13 | 1 | -109/+109 |
| * | More cleanups. Add missing #include. | Ted Kremenek | 2008-08-12 | 1 | -32/+7 |
| * | More summary generation refactoring. | Ted Kremenek | 2008-08-12 | 1 | -21/+23 |
| * | Add variadic addInstMethSummary() and refactored addPanicSummary() to use thi... | Ted Kremenek | 2008-08-12 | 1 | -85/+46 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+1 |
| * | remove some unneeded calls to getCanonicalType | Chris Lattner | 2008-07-26 | 1 | -2/+1 |
| * | Correctly handle NSAssertionHandle -handleFailureInMethod:object:file:lineNum... | Ted Kremenek | 2008-07-24 | 1 | -0/+1 |
| * | Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR... | Ted Kremenek | 2008-07-22 | 1 | -7/+2 |
| * | "currentHandler" is a nullary selector | Ted Kremenek | 2008-07-18 | 1 | -1/+1 |
| * | Fix caching bug. | Ted Kremenek | 2008-07-18 | 1 | -4/+6 |
| * | Add panic support for NSAssertionHandler. | Ted Kremenek | 2008-07-18 | 1 | -8/+66 |
| * | Update signature of EvalAssume. | Ted Kremenek | 2008-07-17 | 1 | -3/+3 |
| * | isRetain() and isRelease() now only returns true if "Retain"/"Release" appear... | Ted Kremenek | 2008-07-15 | 1 | -2/+4 |
| * | Support retain/release tracking for CoreGraphics (CGxxxRef) objects. | Ted Kremenek | 2008-07-15 | 1 | -12/+83 |
| * | Refactored most of the "Store" piece of ValueState into a Store type. The | Ted Kremenek | 2008-07-10 | 1 | -29/+33 |
| * | Fix PR2519: correctly handle CFDictionaryCreate. | Ted Kremenek | 2008-07-09 | 1 | -9/+31 |
| * | Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead. | Ted Kremenek | 2008-07-07 | 1 | -34/+24 |
| * | Use conjured symbols for variables whose values are invalidated when | Ted Kremenek | 2008-07-03 | 1 | -0/+27 |
| * | Refactored some of the BugReporter interface so that data such as the ASTCont... | Ted Kremenek | 2008-07-02 | 1 | -2/+2 |
| * | Unlike NSWindow objects, NSPanel objects initially do not have self-ownership. | Ted Kremenek | 2008-07-01 | 1 | -8/+23 |
| * | Temporarily treat "Autorelease" as "StopTracking". This is the original beha... | Ted Kremenek | 2008-07-01 | 1 | -1/+1 |
| * | Added "Autorelease" ArgEffect to better simulate "autorelease" messages. Right | Ted Kremenek | 2008-06-30 | 1 | -4/+4 |
| * | CF ref checker: | Ted Kremenek | 2008-06-25 | 1 | -245/+406 |
| * | Remove unneeded method arguments. | Ted Kremenek | 2008-06-24 | 1 | -10/+3 |
| * | Cache ObjC summaries by IdentifierInfo*, not by ObjCInterfaceDecl. | Ted Kremenek | 2008-06-24 | 1 | -12/+21 |
| * | Added ObjCSummaryCache, a new summary cache object to cache summaries for Obj... | Ted Kremenek | 2008-06-23 | 1 | -0/+101 |
| * | Rename summary methods for "instance methods" to "class methods" (the names g... | Ted Kremenek | 2008-06-23 | 1 | -33/+33 |
| * | The CF retain/release checker now assumes that allocations do not fail. Even... | Ted Kremenek | 2008-06-23 | 1 | -51/+18 |
| * | This patch is motivated by numerous strict-aliasing warnings when compiling | Ted Kremenek | 2008-06-17 | 1 | -8/+8 |
| * | Teach the CF retain checker about "_init" methods. Fixes: <rdar://problem/59... | Ted Kremenek | 2008-06-02 | 1 | -1/+1 |
| * | Prototyped support in the BugReporter to emit diagnostics of the form "p now ... | Ted Kremenek | 2008-05-22 | 1 | -0/+4 |
| * | Expand retain/release checker to consider methods/function calls that cause a | Ted Kremenek | 2008-05-22 | 1 | -27/+31 |
| * | Cache leaks by the allocation site, not the leak location. | Ted Kremenek | 2008-05-16 | 1 | -28/+58 |
| * | Rename IsPointerType to LVal::IsLValType, and update CFRefCount::EvalSummary ... | Ted Kremenek | 2008-05-09 | 1 | -3/+3 |
| * | Added support for "drain". | Ted Kremenek | 2008-05-07 | 1 | -0/+4 |
| * | Expand the CF retain checker to allow the Create/Get rule to apply to any | Ted Kremenek | 2008-05-07 | 1 | -52/+57 |
| * | Flip order of arguments to CStrInStrNoCase. | Ted Kremenek | 2008-05-07 | 1 | -2/+2 |
| * | Use llvm::CStrInCStrNoCase instead of strcasestr, since the latter is not por... | Ted Kremenek | 2008-05-07 | 1 | -2/+4 |
| * | copy-paste: NS types are not typedefs. | Ted Kremenek | 2008-05-07 | 1 | -7/+5 |
| * | Do not treat **instance** methods "copyWithZone:" and "mutableCopyWithZone:" ... | Ted Kremenek | 2008-05-07 | 1 | -18/+1 |
| * | Be less promiscuous with generating summaries for "new", "copy", "create". | Ted Kremenek | 2008-05-07 | 1 | -3/+3 |
| * | Added auto-summary generation for createXXX, copyXXX, newXXX methods. | Ted Kremenek | 2008-05-07 | 1 | -16/+12 |
| * | Don't report leaks for autoreleased objects. | Ted Kremenek | 2008-05-06 | 1 | -42/+21 |
| * | More comments. | Ted Kremenek | 2008-05-06 | 1 | -73/+72 |
| * | Experiment with not converting bug names to lower case. | Ted Kremenek | 2008-05-06 | 1 | -11/+38 |
| * | Generate "stop" summaries for selectors involving receivers whose type is not... | Ted Kremenek | 2008-05-06 | 1 | -19/+92 |