| Commit message (Expand) | Author | Age | Files | Lines |
| * | retain/release checker: [CIContext createCGImage...] and friends returned CF | Ted Kremenek | 2009-08-28 | 1 | -5/+8 |
| * | Rename 'bindExpr' to 'BindExpr'. | Ted Kremenek | 2009-08-27 | 1 | -5/+5 |
| * | Simplify 'Environment' to contain only one map from 'const Stmt*' to SVals, g... | Ted Kremenek | 2009-08-27 | 1 | -5/+5 |
| * | Remove CodeDecl and CFG from GRExprEngine and GRStateManager. | Zhongxing Xu | 2009-08-25 | 1 | -7/+7 |
| * | Remove Decl and CFG from ExplodedGraph. This leads to a series small changes. | Zhongxing Xu | 2009-08-25 | 1 | -1/+1 |
| * | Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager. | Ted Kremenek | 2009-08-21 | 1 | -7/+13 |
| * | retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:' | Ted Kremenek | 2009-08-20 | 1 | -4/+9 |
| * | retain/release checker: Special case handling of CFAttributedStringSetAttribute, | Ted Kremenek | 2009-08-20 | 1 | -4/+6 |
| * | Remove unused parameter BugReporter due to previous patch. | Zhongxing Xu | 2009-08-18 | 1 | -4/+2 |
| * | Extend the ProgramPoint to include the context information LocationContext, | Zhongxing Xu | 2009-08-15 | 1 | -4/+7 |
| * | Last step of template cleanup: merge *BuilderImpl to *Builder. | Zhongxing Xu | 2009-08-06 | 1 | -25/+25 |
| * | As GRState seems general enough, it is time to merge some template classes | Zhongxing Xu | 2009-08-06 | 1 | -63/+63 |
| * | Get rid of "smart" quotes. Per report on cfe-dev. | Eli Friedman | 2009-08-05 | 1 | -1/+1 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -3/+3 |
| * | Remove some uses of TypedViewRegion, and use getBaseRegion() in a context where | Ted Kremenek | 2009-07-29 | 1 | -1/+1 |
| * | Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'. | Ted Kremenek | 2009-07-22 | 1 | -12/+13 |
| * | Fix long-lurking bug in ObjCSummaryCache revealed by Torok's recent memory | Ted Kremenek | 2009-07-21 | 1 | -41/+38 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -3/+3 |
| * | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -3/+3 |
| * | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff | 2009-07-16 | 1 | -1/+1 |
| * | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -55/+39 |
| * | Remove dead code. | Zhongxing Xu | 2009-07-09 | 1 | -1/+0 |
| * | Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED attribute should work ... | Ted Kremenek | 2009-07-06 | 1 | -3/+11 |
| * | Further cleanup of region invalidation code. No functionality change. | Zhongxing Xu | 2009-07-06 | 1 | -47/+39 |
| * | Start to gradually move region invalidation code into store manager. | Zhongxing Xu | 2009-07-06 | 1 | -66/+3 |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -7/+6 |
| * | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
| * | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -5/+5 |
| * | Invalidate the alloca region by setting its default value to conjured symbol. | Zhongxing Xu | 2009-06-29 | 1 | -2/+11 |
| * | Invalidate a field of struct type by setting its default value to conjured | Zhongxing Xu | 2009-06-28 | 1 | -4/+15 |
| * | Introduce a new concept to the static analyzer: SValuator. | Ted Kremenek | 2009-06-26 | 1 | -10/+6 |
| * | Remove uses of std::ostream from libAnalysis. | Ted Kremenek | 2009-06-24 | 1 | -8/+7 |
| * | Remove GRStateManager::getRegion/getSelfRegion(). | Ted Kremenek | 2009-06-23 | 1 | -1/+1 |
| * | Move 'hasStackStorage()' and 'hasHeapStorage()' from MemRegionManager to MemR... | Ted Kremenek | 2009-06-23 | 1 | -1/+1 |
| * | Move all factory methods from SVal to ValueManager. API cleanup! | Zhongxing Xu | 2009-06-23 | 1 | -4/+4 |
| * | MemRegions: | Ted Kremenek | 2009-06-23 | 1 | -1/+1 |
| * | Move clients over from using GRStateManager::BindXXX and friends to | Ted Kremenek | 2009-06-18 | 1 | -2/+2 |
| * | libAnalysis: | Ted Kremenek | 2009-06-18 | 1 | -8/+5 |
| * | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -5/+5 |
| * | Remove more dependencies on GRStateRef. As a consequence, we can now | Ted Kremenek | 2009-06-18 | 1 | -90/+86 |
| * | Remove another dependency on GRStateRef. | Ted Kremenek | 2009-06-18 | 1 | -10/+7 |
| * | Fix: <rdar://problem/6945561> -[CIContext createCGLayerWithSize:info:] misint... | Ted Kremenek | 2009-06-15 | 1 | -2/+5 |
| * | Fix: <rdar://problem/6961230> add knowledge of IOKit functions to retain/rele... | Ted Kremenek | 2009-06-15 | 1 | -3/+57 |
| * | Add summary lookup for IOServiceGetMatchingService. | Ted Kremenek | 2009-06-11 | 1 | -37/+48 |
| * | Refactor some function name -> summary lookup using a switch statement. | Ted Kremenek | 2009-06-11 | 1 | -18/+25 |
| * | Fix: | Ted Kremenek | 2009-06-05 | 1 | -5/+9 |
| * | Enhance attribute cf_returns_retained to also work (in the analyzer) | Ted Kremenek | 2009-06-05 | 1 | -2/+9 |
| * | Add special cases to retain checker for 'create' methods in QCView, QCRendere... | Ted Kremenek | 2009-05-20 | 1 | -4/+16 |
| * | Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we are... | Ted Kremenek | 2009-05-18 | 1 | -0/+4 |
| * | Fix: <rdar://problem/6893565> False positive: don't flag leaks for return typ... | Ted Kremenek | 2009-05-16 | 1 | -19/+28 |