Age | Commit message (Expand) | Author |
2009-06-05 | Fix: | Ted Kremenek |
2009-06-05 | Enhance attribute cf_returns_retained to also work (in the analyzer) | Ted Kremenek |
2009-05-20 | Add special cases to retain checker for 'create' methods in QCView, QCRendere... | Ted Kremenek |
2009-05-20 | Treat AllocaRegion as SymbolicRegion in RegionStore::Retrieve(). | Zhongxing Xu |
2009-05-20 | * API change: we need to pass GRState to GRExprEngine::EvalBinOp() because | Zhongxing Xu |
2009-05-18 | Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we are... | Ted Kremenek |
2009-05-18 | Silence a Release-Asserts warning. | Daniel Dunbar |
2009-05-16 | Fix: <rdar://problem/6893565> False positive: don't flag leaks for return typ... | Ted Kremenek |
2009-05-16 | Fix another bug in BugReporter where we wouldn't always select the bug report... | Ted Kremenek |
2009-05-15 | Fix crash when deriving the enclosing summary of a method whose first selecto... | Ted Kremenek |
2009-05-15 | Remove extra whitespace character in string literal. Purely cosmetic. | Ted Kremenek |
2009-05-15 | Use dyn_cast instead of cast to allow our assumptions to be safely wrong. | Ted Kremenek |
2009-05-15 | Cleanup internal checks bug reporting, allowing intermediate diagnostics to b... | Ted Kremenek |
2009-05-15 | BugReporter (extensive diagnostics): Do not include the range of target '}' | Ted Kremenek |
2009-05-15 | PathDiagnosticLocation::asRange(): for a PathDiagnosticLocation, the range of... | Ted Kremenek |
2009-05-15 | BugReporter (extensive diagnostics): Add control-flow piece to '}' in | Ted Kremenek |
2009-05-14 | Fix <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a r... | Ted Kremenek |
2009-05-13 | Enhance diagnostics value tracking logic for null dereferences and uninitiali... | Ted Kremenek |
2009-05-13 | Fix crasher reported in PR 4209 caused by an invalid summary | Ted Kremenek |
2009-05-13 | Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a... | Ted Kremenek |
2009-05-12 | Fix: <rdar://problem/6320065> false positive - init method returns an object ... | Ted Kremenek |
2009-05-12 | Add logic for invalidating array region to CFRefCount.cpp. When invalidating | Zhongxing Xu |
2009-05-12 | Fix <rdar://problem/6877235> Classes typedef-ed to CF objects should get the ... | Ted Kremenek |
2009-05-11 | BugReport::getEndPath() - Only add a Stmt's range to the constructed PathDiag... | Ted Kremenek |
2009-05-11 | When stripping element regions for invalidating region values, treat FieldReg... | Ted Kremenek |
2009-05-11 | EdgeBuilder: DeclStmts and BinaryOperators are not the enclosing location con... | Ted Kremenek |
2009-05-11 | EdgeBuilder::cleanUpLocation() should used the PathDiagnosticLocation constru... | Ted Kremenek |
2009-05-11 | BugReporter (extensive diagnostics): Add EdgeBuilder::cleanUpLocation for can... | Ted Kremenek |
2009-05-11 | Fix regression reported in <rdar://problem/6866843>. The analyzer should ext... | Ted Kremenek |
2009-05-11 | Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto... | Ted Kremenek |
2009-05-11 | TypedRegion is a too general assumption. Usually we only want to invalidate | Zhongxing Xu |
2009-05-11 | When retrieving an ElementRegion, if its super region is a StringRegion, | Zhongxing Xu |
2009-05-11 | Fix a bug that leads to infinite loop. Set the correct element type to | Zhongxing Xu |
2009-05-10 | Add special warning about returning a retained object where a GC'ed object is... | Ted Kremenek |
2009-05-10 | retain/release checker: Flag a warning for non-owned objects returned | Ted Kremenek |
2009-05-10 | analyzer: | Ted Kremenek |
2009-05-09 | When casting VarRegion, if the var type is aggregate type and the cast-to | Zhongxing Xu |
2009-05-09 | Remove the rest TypedViewRegion processing code. There should be no | Zhongxing Xu |
2009-05-09 | When evaluating pointer arithmetic, if the base location is a symbolic region, | Zhongxing Xu |
2009-05-09 | Do not create a TypedViewRegion when the base struct region is a symbolic | Zhongxing Xu |
2009-05-09 | Do not layer a TypedViewRegion when casting symbolic or alloca regions. | Zhongxing Xu |
2009-05-09 | Remove the case for casting to compatible type in | Zhongxing Xu |
2009-05-09 | Rename: | Zhongxing Xu |
2009-05-09 | As discussed with Ted, rename TypedRegion::getObjectType() to | Zhongxing Xu |
2009-05-09 | Add back analyzer support for ns_returns_retained and cf_returns_retained. | Ted Kremenek |
2009-05-09 | It lives! The retain/release checker now tracks objects that are sent | Ted Kremenek |
2009-05-09 | rename: MemRegion: | Zhongxing Xu |
2009-05-09 | More hacking on autorelease errors. We now can emit basic errors (disabled for | Ted Kremenek |
2009-05-09 | Put most of the boilerplate logic in place for reporting autorelease errors. | Ted Kremenek |
2009-05-08 | retain/release checker: Add stub for HandleAutoreleaseCounts. | Ted Kremenek |