Age | Commit message (Expand) | Author |
2008-07-15 | Support retain/release tracking for CoreGraphics (CGxxxRef) objects. | Ted Kremenek |
2008-07-10 | Refactored most of the "Store" piece of ValueState into a Store type. The | Ted Kremenek |
2008-07-09 | Fix PR2519: correctly handle CFDictionaryCreate. | Ted Kremenek |
2008-07-07 | Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead. | Ted Kremenek |
2008-07-03 | Use conjured symbols for variables whose values are invalidated when | Ted Kremenek |
2008-07-02 | Refactored some of the BugReporter interface so that data such as the ASTCont... | Ted Kremenek |
2008-07-01 | Unlike NSWindow objects, NSPanel objects initially do not have self-ownership. | Ted Kremenek |
2008-07-01 | Temporarily treat "Autorelease" as "StopTracking". This is the original beha... | Ted Kremenek |
2008-06-30 | Added "Autorelease" ArgEffect to better simulate "autorelease" messages. Right | Ted Kremenek |
2008-06-25 | CF ref checker: | Ted Kremenek |
2008-06-24 | Remove unneeded method arguments. | Ted Kremenek |
2008-06-24 | Cache ObjC summaries by IdentifierInfo*, not by ObjCInterfaceDecl. | Ted Kremenek |
2008-06-23 | Added ObjCSummaryCache, a new summary cache object to cache summaries for Obj... | Ted Kremenek |
2008-06-23 | Rename summary methods for "instance methods" to "class methods" (the names g... | Ted Kremenek |
2008-06-23 | The CF retain/release checker now assumes that allocations do not fail. Even... | Ted Kremenek |
2008-06-17 | This patch is motivated by numerous strict-aliasing warnings when compiling | Ted Kremenek |
2008-06-02 | Teach the CF retain checker about "_init" methods. Fixes: <rdar://problem/59... | Ted Kremenek |
2008-05-22 | Prototyped support in the BugReporter to emit diagnostics of the form "p now ... | Ted Kremenek |
2008-05-22 | Expand retain/release checker to consider methods/function calls that cause a | Ted Kremenek |
2008-05-16 | Cache leaks by the allocation site, not the leak location. | Ted Kremenek |
2008-05-09 | Rename IsPointerType to LVal::IsLValType, and update CFRefCount::EvalSummary ... | Ted Kremenek |
2008-05-07 | Added support for "drain". | Ted Kremenek |
2008-05-07 | Expand the CF retain checker to allow the Create/Get rule to apply to any | Ted Kremenek |
2008-05-07 | Flip order of arguments to CStrInStrNoCase. | Ted Kremenek |
2008-05-07 | Use llvm::CStrInCStrNoCase instead of strcasestr, since the latter is not por... | Ted Kremenek |
2008-05-07 | copy-paste: NS types are not typedefs. | Ted Kremenek |
2008-05-07 | Do not treat **instance** methods "copyWithZone:" and "mutableCopyWithZone:" ... | Ted Kremenek |
2008-05-07 | Be less promiscuous with generating summaries for "new", "copy", "create". | Ted Kremenek |
2008-05-07 | Added auto-summary generation for createXXX, copyXXX, newXXX methods. | Ted Kremenek |
2008-05-06 | Don't report leaks for autoreleased objects. | Ted Kremenek |
2008-05-06 | More comments. | Ted Kremenek |
2008-05-06 | Experiment with not converting bug names to lower case. | Ted Kremenek |
2008-05-06 | Generate "stop" summaries for selectors involving receivers whose type is not... | Ted Kremenek |
2008-05-06 | Use strncmp correctly. | Ted Kremenek |
2008-05-06 | Make string comparison legible and remove buffer overrun introduced by typo. | Ted Kremenek |
2008-05-06 | String comparison cleanups. | Ted Kremenek |
2008-05-06 | Fix logic error in string processing. | Ted Kremenek |
2008-05-06 | Remove assertion. | Ted Kremenek |
2008-05-06 | Use EvalSummary to process message expressions, thereby unifying the checker | Ted Kremenek |
2008-05-06 | Added receiver effects to EvalSummary. | Ted Kremenek |
2008-05-06 | Expand summaries to include "Receiver" effects. | Ted Kremenek |
2008-05-06 | Added initialization code to generate initial set of ObjC method summaries (n... | Ted Kremenek |
2008-05-06 | Added code to generate initial set of summaries for instance methods. | Ted Kremenek |
2008-05-05 | Add summary generation for "initXXX" methods. | Ted Kremenek |
2008-05-05 | Make CF retain diagnostics more succinct. | Ted Kremenek |
2008-05-05 | Initial work on refactoring the CFRefCount checker so that it is more | Ted Kremenek |
2008-05-05 | Improve leak diagnostics to not report a leak on the same line where | Ted Kremenek |
2008-05-05 | Improved leak diagnostics. | Ted Kremenek |
2008-05-05 | Minor refactorings/cleanups in CF retain checker and added support for NSMake... | Ted Kremenek |
2008-05-02 | Improved diagnostics for leaks: now we report which variable was leaked. | Ted Kremenek |