| Commit message (Expand) | Author | Age | Files | Lines |
| * | [analyzer] Report leaks at the closing brace of a function body. | Jordan Rose | 2012-11-15 | 1 | -3/+9 |
| * | [analyzer] Make sure calls in synthesized functions have valid path locations. | Jordan Rose | 2012-11-15 | 1 | -0/+4 |
| * | [analyzer] New option to not suppress null return paths if an argument is null. | Jordan Rose | 2012-10-29 | 1 | -2/+5 |
| * | [analyzer] Handle implicit statements used for end-of-path nodes' source locs. | Jordan Rose | 2012-10-06 | 1 | -8/+13 |
| * | Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. | Jordan Rose | 2012-09-22 | 1 | -32/+7 |
| * | Fix another case where we should be using isBeforeInTranslationUnit(). | Ted Kremenek | 2012-09-10 | 1 | -2/+4 |
| * | Add a few more cases where we should be using isBeforeInTranslationUnit(). | Ted Kremenek | 2012-09-10 | 1 | -2/+4 |
| * | Revert "Revert Ted's r163489 and r163490, due to breakage." | Ted Kremenek | 2012-09-10 | 1 | -11/+135 |
| * | Revert Ted's r163489 and r163490, due to breakage. | NAKAMURA Takumi | 2012-09-10 | 1 | -135/+11 |
| * | Use isBeforeInTranslationUnitThan() instead of operator<. | Ted Kremenek | 2012-09-10 | 1 | -7/+7 |
| * | Take another crack at stabilizing the emission order of analyzer | Ted Kremenek | 2012-09-10 | 1 | -11/+135 |
| * | Attempt (again) to stabilize the order of the emission of diagnostics | Ted Kremenek | 2012-09-08 | 1 | -31/+17 |
| * | Revert "Attempt to make the PathDiagnostic emission order more deterministic by" | Ted Kremenek | 2012-09-08 | 1 | -38/+3 |
| * | Revert "Further tweaks to hopefully make the PathDiagnostic emission more det... | Ted Kremenek | 2012-09-08 | 1 | -8/+18 |
| * | Further tweaks to hopefully make the PathDiagnostic emission more deterministic. | Ted Kremenek | 2012-09-07 | 1 | -18/+8 |
| * | Attempt to make the PathDiagnostic emission order more deterministic by | Ted Kremenek | 2012-09-07 | 1 | -3/+38 |
| * | [analyzer] Ensure that PathDiagnostics profile the same regardless of path. | Jordan Rose | 2012-08-31 | 1 | -35/+10 |
| * | Rework how PathDiagnosticConsumers pass knowledge of what files they | Ted Kremenek | 2012-08-24 | 1 | -0/+40 |
| * | 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 |