| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove stale comment. | Ted Kremenek | 2009-10-14 | 1 | -3/+1 |
| * | Now StoreManager::CastRegion() takes a MemRegion, returns a MemRegion. | Zhongxing Xu | 2009-10-14 | 2 | -36/+27 |
| * | Remove dead code. | Zhongxing Xu | 2009-10-14 | 1 | -13/+0 |
| * | * Remove unused GRState* parameter | Zhongxing Xu | 2009-10-14 | 3 | -50/+34 |
| * | retain/release checker: Recognize that calls to | Ted Kremenek | 2009-10-14 | 1 | -3/+26 |
| * | retain/release checker: retained objects passed to pthread_create (as | Ted Kremenek | 2009-10-13 | 1 | -1/+7 |
| * | Now we can call into another function with the CallInliner transfer function. | Zhongxing Xu | 2009-10-13 | 1 | -1/+35 |
| * | Add an initial implementation of EnterStackFrame() to the StoreManager. | Zhongxing Xu | 2009-10-13 | 1 | -0/+22 |
| * | Use a BumpPtrAllocator to allocate all aspects of CFG, including CFGBlocks, s... | Ted Kremenek | 2009-10-12 | 1 | -63/+72 |
| * | Introduces a new BindingVal which combines direct and | Zhongxing Xu | 2009-10-11 | 1 | -190/+165 |
| * | Make the behavior explicit by not using the method call. | Zhongxing Xu | 2009-10-09 | 1 | -2/+2 |
| * | Remove unused code. | Zhongxing Xu | 2009-10-09 | 1 | -7/+0 |
| * | Installation of Clang libraries and headers, from Axel Naumann! | Douglas Gregor | 2009-10-08 | 1 | -3/+0 |
| * | Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding mal... | Ted Kremenek | 2009-10-07 | 3 | -44/+35 |
| * | Fix 'clang-cc -analyzer-display-progress' by flushing standard error after pr... | Ted Kremenek | 2009-10-06 | 1 | -3/+3 |
| * | Fix crash introduced by r83358 where a symbol could be eagerly | Ted Kremenek | 2009-10-06 | 1 | -2/+7 |
| * | Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when | Ted Kremenek | 2009-10-06 | 4 | -16/+47 |
| * | Fix bad grammar in static analyzer diagnostic. Reported by Robert Purves! | Ted Kremenek | 2009-10-01 | 1 | -2/+2 |
| * | Desugaring optimizations. Add single-step desugaring methods to all | John McCall | 2009-09-29 | 1 | -1/+1 |
| * | Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: | Argyrios Kyrtzidis | 2009-09-29 | 1 | -4/+1 |
| * | Add more const-goodness to ASTLocation. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -1/+1 |
| * | Fix: <rdar://problem/7261075> [RegionStore] crash when handling load: '*((uns... | Ted Kremenek | 2009-09-29 | 1 | -1/+8 |
| * | Fix really insidious bug in RegionStoreManager::RemoveDeadBindings() | Ted Kremenek | 2009-09-29 | 1 | -155/+161 |
| * | Reapply most of r82939, but add a guard that FieldRegions and friends | Ted Kremenek | 2009-09-29 | 1 | -4/+9 |
| * | Revert r82939. We can only not special case FieldRegions when the super regi... | Ted Kremenek | 2009-09-29 | 1 | -9/+5 |
| * | Specially handle fields, elements, and ivars in | Ted Kremenek | 2009-09-27 | 1 | -5/+9 |
| * | Add FIXME comment. | Ted Kremenek | 2009-09-27 | 1 | -0/+4 |
| * | Fix: | Ted Kremenek | 2009-09-27 | 5 | -62/+95 |
| * | Fix checking for a null pointer constant when the expression itself is | Douglas Gregor | 2009-09-25 | 1 | -2/+4 |
| * | Fix <rdar://problem/7249327> by allowing silent conversions between signed an... | Ted Kremenek | 2009-09-25 | 2 | -2/+22 |
| * | When building CFGs, no longer reverse the statements in the CFGBlock. Instead | Ted Kremenek | 2009-09-24 | 1 | -16/+8 |
| * | Fix crash in RegionStoreManager::Bind() by using 'getAs<PointerType>()' inste... | Ted Kremenek | 2009-09-24 | 1 | -1/+1 |
| * | Fix: <rdar://problem/7249340> [RegionStore] model stores to symbolic paramete... | Ted Kremenek | 2009-09-24 | 1 | -6/+22 |
| * | Shorten the static analyzer diagnostic for 'use of garbage value'. | Ted Kremenek | 2009-09-24 | 1 | -2/+2 |
| * | Fix PR 4988 by removing an invalid assertion (a function can be referenced in | Ted Kremenek | 2009-09-23 | 1 | -1/+1 |
| * | Fix: <rdar://problem/7242006> [RegionStore] compound literal assignment with ... | Ted Kremenek | 2009-09-22 | 2 | -4/+6 |
| * | Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via... | Ted Kremenek | 2009-09-22 | 1 | -8/+9 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 5 | -12/+12 |
| * | Provide intermediate solution to handling assignments to structs via an | Ted Kremenek | 2009-09-21 | 1 | -0/+4 |
| * | Re-introduce diagnostic caching in BugReporter that was originally added in | Ted Kremenek | 2009-09-18 | 1 | -0/+47 |
| * | Reintroduce FoldingSet profiling for PathDiagnostics. | Ted Kremenek | 2009-09-18 | 1 | -0/+62 |
| * | Revert most of r82198, which was causing a large number of crashes | Ted Kremenek | 2009-09-18 | 2 | -109/+0 |
| * | Introduce caching of diagnostics in BugReporter. This provides extra | Ted Kremenek | 2009-09-18 | 2 | -0/+109 |
| * | Have divide-by-zero checker not handled undefined denominators. This is hand... | Ted Kremenek | 2009-09-16 | 1 | -26/+18 |
| * | Remove ImplicitBadDivides/ExplicitBadDivides node sets. This checking is now... | Ted Kremenek | 2009-09-16 | 1 | -6/+0 |
| * | Fix static analyzer regression when emitting undefined value warnings | Ted Kremenek | 2009-09-15 | 1 | -9/+16 |
| * | Per feedback from Eli, recognize in the transfer function logic for | Ted Kremenek | 2009-09-15 | 1 | -6/+12 |
| * | Fix typo in comment. | Ted Kremenek | 2009-09-15 | 1 | -1/+1 |
| * | Add static analyzer transfer function support for __builtin_offsetof. | Ted Kremenek | 2009-09-15 | 1 | -3/+8 |
| * | Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a call | Ted Kremenek | 2009-09-14 | 2 | -11/+112 |