| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<Source... | Ted Kremenek | 2012-08-16 | 1 | -6/+8 |
| * | Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s... | Ted Kremenek | 2012-08-16 | 1 | -2/+2 |
| * | [analyzer] Flatten path diagnostics for text output like we do for HTML. | Jordan Rose | 2012-08-03 | 1 | -0/+42 |
| * | [analyzer] Provide useful PathDiagnosticLocations for CallEnter/Exit events. | Jordan Rose | 2012-08-03 | 1 | -37/+51 |
| * | [analyzer] Fix a typo. Thanks Jordan. | Anna Zaks | 2012-08-03 | 1 | -1/+1 |
| * | [analyzer] Solve another source of non-determinism in the diagnostic | Anna Zaks | 2012-08-02 | 1 | -14/+5 |
| * | [analyzer] Don't crash on implicit statements inside initializers. | Jordan Rose | 2012-07-26 | 1 | -7/+24 |
| * | [analyzer] Handle base class initializers and destructors. | Jordan Rose | 2012-07-26 | 1 | -1/+6 |
| * | [analyzer] Show paths for destructor calls. | Jordan Rose | 2012-07-26 | 1 | -27/+55 |
| * | [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints | Jordan Rose | 2012-07-10 | 1 | -1/+9 |
| * | [analyzer] Run remove dead bindings right before leaving a function. | Anna Zaks | 2012-04-20 | 1 | -7/+4 |
| * | Include the "issue context" (e.g. function or method) where a static analyzer... | Ted Kremenek | 2012-04-04 | 1 | -3/+6 |
| * | [analyzer] Shorten the stack hint diagnostic. | Anna Zaks | 2012-03-16 | 1 | -3/+3 |
| * | [analyzer] Create symbol-aware stack hints (building upon r152837). | Anna Zaks | 2012-03-16 | 1 | -0/+91 |
| * | [analyzer] Allow checkers to supply call stack diagnostic hints for the | Anna Zaks | 2012-03-15 | 1 | -0/+2 |
| * | [analyzer] Diagnostics: Supply Caller information even if the bug occurs | Anna Zaks | 2012-03-14 | 1 | -3/+4 |
| * | [analyzer] Call enter/exit diagnostic should refer to caller/callee, | Anna Zaks | 2012-03-13 | 1 | -8/+6 |
| * | [analyzer] add a diagnostic event when entering a call via inlining, within t... | Ted Kremenek | 2012-03-06 | 1 | -4/+21 |
| * | [analyzer] when scanning FIDs in a PathDiagnostic, correctly recurse calls an... | Ted Kremenek | 2012-02-29 | 1 | -17/+34 |
| * | [analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d... | Ted Kremenek | 2012-02-28 | 1 | -9/+38 |
| * | Reapply r151317, but when computing the PathDiagnostic profile and size keep ... | Ted Kremenek | 2012-02-24 | 1 | -6/+125 |
| * | Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots. | Chad Rosier | 2012-02-24 | 1 | -76/+4 |
| * | Rework PathDiagnostic creation so that call stacks are captured by a nested P... | Ted Kremenek | 2012-02-24 | 1 | -4/+76 |
| * | [analyzer] Diagnostics: Ensure that the default end of diagnostic path | Anna Zaks | 2012-02-16 | 1 | -2/+3 |
| * | Change PathDiagnosticPieces to be reference counted (simplifying their manage... | Ted Kremenek | 2012-02-08 | 1 | -34/+14 |
| * | Refactor pieces of PathDiagnostic into its own data structure. No functional... | Ted Kremenek | 2012-02-08 | 1 | -2/+4 |
| * | Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in... | Ted Kremenek | 2012-02-07 | 1 | -0/+2 |
| * | Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report... | Ted Kremenek | 2012-01-25 | 1 | -7/+122 |
| * | Make PathDiagnosticLocation more resilient to null Stmt pointers. | Ted Kremenek | 2012-01-10 | 1 | -0/+6 |
| * | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
| * | Fix various minor issues find via unreachable code warnings, from | Douglas Gregor | 2011-11-02 | 1 | -3/+0 |
| * | Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac... | Ted Kremenek | 2011-10-24 | 1 | -6/+6 |
| * | Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -2/+2 |
| * | [analyzer] Fix a bug where PathDiagnosticLocation did not generate a valid ra... | Anna Zaks | 2011-09-21 | 1 | -6/+9 |
| * | [analyzer] Refactor PathDiagnosticLocation: Remove SourceRange member from Pa... | Anna Zaks | 2011-09-20 | 1 | -8/+5 |
| * | [analyzer] Remove dead code. (This code is trying to implement the idea that ... | Anna Zaks | 2011-09-20 | 1 | -37/+0 |
| * | [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc... | Anna Zaks | 2011-09-20 | 1 | -3/+15 |
| * | [analyzer] Refactor PathDiagnosticLocation: Use the pre-computed Range and Lo... | Anna Zaks | 2011-09-20 | 1 | -16/+3 |
| * | [analyzer] Refactor PathDiagnosticLocation: Use PointerUnion of LocationConte... | Anna Zaks | 2011-09-20 | 1 | -9/+16 |
| * | [analyzer] Refactor PathDiagnosticLocation: Lazily query LocationContext for ... | Anna Zaks | 2011-09-20 | 1 | -22/+13 |
| * | [analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction. | Anna Zaks | 2011-09-20 | 1 | -3/+3 |
| * | [analyzer] Refactor PathDiagnosticLocation: Pre-compute Range and Location wi... | Anna Zaks | 2011-09-20 | 1 | -15/+25 |
| * | [analyzer] Use more create methods in the PathDiagnostic, cleanup. | Anna Zaks | 2011-09-20 | 1 | -7/+16 |
| * | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks | 2011-09-16 | 1 | -27/+68 |
| * | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks | 2011-09-15 | 1 | -1/+1 |
| * | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks | 2011-09-15 | 1 | -7/+26 |
| * | [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o... | Anna Zaks | 2011-09-15 | 1 | -7/+8 |
| * | [analyzer] After CFG has been linearized, we can have a situation where an Ex... | Anna Zaks | 2011-09-14 | 1 | -5/+29 |
| * | [analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a v... | Anna Zaks | 2011-09-14 | 1 | -0/+25 |
| * | [analyzer] Rename current PathDiagnosticClient::HandlePathDiagnostic() to Han... | Ted Kremenek | 2011-08-27 | 1 | -0/+7 |