| Commit message (Expand) | Author | Age | Files | Lines |
| * | analyzer infrastructure: make a bunch of changes to symbolic expressions that | Ted Kremenek | 2009-03-26 | 1 | -16/+18 |
| * | GRExprEngine: | Ted Kremenek | 2009-03-20 | 1 | -1/+7 |
| * | Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'. | Ted Kremenek | 2009-03-18 | 1 | -2/+10 |
| * | Add a hack in the analyzer to recover some path-sensitivity at branch | Ted Kremenek | 2009-03-13 | 1 | -1/+58 |
| * | GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the... | Ted Kremenek | 2009-03-11 | 1 | -7/+6 |
| * | GRExprEngine: Add pretty-stack trace printing for crashes and assertion failu... | Ted Kremenek | 2009-03-11 | 1 | -2/+14 |
| * | GRExprEngine: For places we might conjure up a new symbol to recover | Ted Kremenek | 2009-03-11 | 1 | -7/+11 |
| * | Use the BugReports in BugReporter to determine the root nodes for "trim-egraph". | Ted Kremenek | 2009-03-11 | 1 | -31/+15 |
| * | Remove some dead spacing. No functionality change. | Ted Kremenek | 2009-03-09 | 1 | -2/+0 |
| * | Fix another GRExprEngine::VisitCast regression: handle casts of void* to func... | Ted Kremenek | 2009-03-05 | 1 | -1/+16 |
| * | Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function poin... | Ted Kremenek | 2009-03-05 | 1 | -23/+26 |
| * | Add 'cast<>' to remove an extra function call and dynamic cast. | Ted Kremenek | 2009-03-05 | 1 | -2/+2 |
| * | More fixes in cast logic. | Ted Kremenek | 2009-03-05 | 1 | -16/+9 |
| * | GRExprEngine: Polish up handling of casting integer constants to pointers and... | Ted Kremenek | 2009-03-05 | 1 | -2/+8 |
| * | Fix regression in transparent translation of nonloc::ConcreteInto to loc::Con... | Ted Kremenek | 2009-03-05 | 1 | -10/+17 |
| * | GRExprEngine::VisitCast: Just pass through function and block pointers. | Ted Kremenek | 2009-03-04 | 1 | -0/+6 |
| * | Create "TypedViewRegions" that layer on top of SymbolicRegions when handling | Ted Kremenek | 2009-03-04 | 1 | -5/+23 |
| * | Revert 65707 (causes stack memory to be referenced after it is released). | Ted Kremenek | 2009-02-28 | 1 | -3/+3 |
| * | remove static ctor. | Chris Lattner | 2009-02-28 | 1 | -3/+3 |
| * | improve compatibility with the VC++'08 C++ compiler. Patch by | Chris Lattner | 2009-02-28 | 1 | -1/+2 |
| * | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -3/+3 |
| * | Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the sa... | Ted Kremenek | 2009-02-25 | 1 | -10/+17 |
| * | Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle | Ted Kremenek | 2009-02-25 | 1 | -3/+49 |
| * | Fix <rdar://problem/6611677>: Add basic transfer function support in the static | Ted Kremenek | 2009-02-24 | 1 | -1/+10 |
| * | Implemented simple check in <rdar://problem/6600344>: When the receiver of a | Ted Kremenek | 2009-02-19 | 1 | -2/+28 |
| * | Add panic function. | Ted Kremenek | 2009-02-17 | 1 | -1/+2 |
| * | Add '_assert' to list of known panic functions. | Ted Kremenek | 2009-02-17 | 1 | -2/+4 |
| * | Add hook to add attributes to function declarations that we know | Douglas Gregor | 2009-02-14 | 1 | -1/+2 |
| * | GRExprEngine: Handle empty statement expressions. | Ted Kremenek | 2009-02-14 | 1 | -8/+12 |
| * | Use GRTransferFuncs::EvalBind when processing variable initializations. | Ted Kremenek | 2009-02-14 | 1 | -26/+34 |
| * | Static analyzer: | Ted Kremenek | 2009-02-14 | 1 | -32/+22 |
| * | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor | 2009-02-13 | 1 | -3/+1 |
| * | GRExprEngine: | Ted Kremenek | 2009-02-13 | 1 | -194/+209 |
| * | GRExprEngine: When processing compound assignments, do a switch table lookup ... | Ted Kremenek | 2009-02-07 | 1 | -6/+13 |
| * | Overhaul BugReporter interface and implementation. The new interface cleans up | Ted Kremenek | 2009-02-04 | 1 | -46/+13 |
| * | Remove dead code. | Zhongxing Xu | 2009-02-04 | 1 | -11/+1 |
| * | make SM::getColumnNumber take a predecomposed FileID/offset, which | Chris Lattner | 2009-02-04 | 1 | -4/+7 |
| * | Move method out-of-line. | Ted Kremenek | 2009-01-30 | 1 | -0/+30 |
| * | Switch Type::isAggregateType to use the C++ definition of "aggregate | Douglas Gregor | 2009-01-30 | 1 | -2/+1 |
| * | Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle... | Ted Kremenek | 2009-01-21 | 1 | -9/+8 |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -1/+1 |
| * | Fix analyzer crash found when scanning Wine sources where the analyzer used o... | Ted Kremenek | 2009-01-17 | 1 | -35/+25 |
| * | static analyzer: Handle casts from arrays to integers. This fixes PR 3297. | Ted Kremenek | 2009-01-13 | 1 | -11/+33 |
| * | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor | 2009-01-06 | 1 | -0/+2 |
| * | Fix initialization order. | Zhongxing Xu | 2008-12-22 | 1 | -3/+3 |
| * | Add an option to make 'RemoveDeadBindings' a configurable behavior. This enables | Zhongxing Xu | 2008-12-22 | 1 | -3/+8 |
| * | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 1 | -2/+6 |
| * | Lazy bingding for region-store manager. | Zhongxing Xu | 2008-12-20 | 1 | -6/+5 |
| * | ProgramPoint: | Ted Kremenek | 2008-12-16 | 1 | -80/+88 |
| * | Fix regression in handling sizeof(void) in the static analyzer. | Ted Kremenek | 2008-12-15 | 1 | -13/+15 |