1. 6dfb960 [analyzer] Only include uniqueling location as issue_hash when available by Anna Zaks · 12 years ago
  2. 97bfb55 [analyzer] Include the bug uniqueing location in the issue_hash. by Anna Zaks · 12 years ago
  3. c1c6a49 [analyzer] Plist: change the type of issue_hash from int to string. by Anna Zaks · 12 years ago
  4. 63bc186 [analyzer] Report leaks at the closing brace of a function body. by Jordan Rose · 12 years ago
  5. 84c4845 [analyzer] Mark symbol values as dead in the environment. by Jordan Rose · 12 years ago
  6. 22505ef Fix bug in BugReporter::RemoveUneededCalls() where "prunable" by Ted Kremenek · 12 years ago
  7. 49f9434 This test does not require --exact-match from FileCheck. by Ted Kremenek · 12 years ago
  8. 0187a1b Attempt (again) to stabilize the order of the emission of diagnostics by Ted Kremenek · 12 years ago
  9. a64fae1 [analyzer] Add experimental "issue hash" to the plist diagnostic. by Anna Zaks · 12 years ago
  10. 7453a72 PlistDiagnostics: force the ranges for control-flow edges to be single locations, forcing by Ted Kremenek · 12 years ago
  11. 88feba0 [analyzer] Do not highlight the range of the statement in case of leak. by Anna Zaks · 12 years ago
  12. 11abcec Refine analyzer diagnostics by adding an expression "cone-of-influence" to reverse track interesting by Ted Kremenek · 12 years ago
  13. 0b3ade8 [analyzer] Run remove dead bindings right before leaving a function. by Anna Zaks · 12 years ago
  14. 0718952 Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. by Ted Kremenek · 12 years ago
  15. 3d7c44e [analyzer] Malloc: Utter the name of the leaked variable. by Anna Zaks · 12 years ago
  16. 046c9e6 [analyzer] Re-enable the test disabled by r152969. by Anna Zaks · 12 years ago
  17. 393f98b [analyzer] Mark a failed-realloc's result as an interesting symbol between the realloc call and the null check, so we get nicer path notes. Fixes a regression introduced by the diagnostic pruning added in r152361. by Jordy Rose · 12 years ago
  18. 9c20b75 [analyzer] This test is breaking windows bots, make it darwin-specific. by Anna Zaks · 12 years ago
  19. fbd5874 [analyzer] Shorten the stack hint diagnostic. by Anna Zaks · 12 years ago
  20. 56a938f [analyzer] Create symbol-aware stack hints (building upon r152837). by Anna Zaks · 12 years ago
  21. 11e35b6 Include full plist output in FileCheck test. by Ted Kremenek · 12 years ago
  22. 368a0d5 [analyzer] Allow checkers to supply call stack diagnostic hints for the by Anna Zaks · 12 years ago
  23. fc544e3 [analyzer] Call enter/exit diagnostic should refer to caller/callee, by Anna Zaks · 12 years ago
  24. 76aadc3 [analyzer] Implement basic path diagnostic pruning based on "interesting" symbols and regions. by Ted Kremenek · 12 years ago
  25. bb2a686 [analyzer] Turn on by default the Malloc Checker and a couple of CString checks: by Anna Zaks · 12 years ago
  26. febdc32 [analyzer] Malloc Checker: Clean up bug naming: by Anna Zaks · 12 years ago
  27. fe57160 [analyzer] Malloc Checker: Make the diagnostic visitor handle the case by Anna Zaks · 12 years ago
  28. 5a0917d [analyzer] Diagnostics: Ensure that the default end of diagnostic path by Anna Zaks · 12 years ago