1. c704f4d [Analyzer] Define and use diff_plist in tests, NFC by Mikhail Maltsev · 7 years ago
  2. 5594866 [analyzer] [NFC] Change the tests by making the version check more resilient by George Karpenkov · 7 years ago
  3. 8a88c83 Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist output, update tests"""" by George Karpenkov · 7 years ago
  4. b746df0 Revert "Revert "Revert "[analyzer] Add coverage information to plist output, update tests""" by Simon Pilgrim · 7 years ago
  5. d7acaca Revert "Revert "[analyzer] Add coverage information to plist output, update tests"" by George Karpenkov · 7 years ago
  6. 5b26361 Move test inputs into Inputs directory. by Richard Smith · 7 years ago
  7. 09a9e3a [analyzer] [NFC] [tests] Move plist-based diagnostics tests to separate files, use diff instead of a FileCheck by George Karpenkov · 7 years ago
  8. 3916509 [analyzer] [NFC] Remove unused Extensive diagnostic setting, by George Karpenkov · 7 years ago
  9. fbd9678 [analyzer] De-duplicate path diagnostics for each exploded graph node. by Artem Dergachev · 8 years ago
  10. fee1010 [analyzer] trackNullOrUndefValue: always track through parentheses and casts. by Artem Dergachev · 8 years ago
  11. 184c624 Reland 4: [analyzer] NFC: Update test infrastructure to support multiple constraint managers by Dominic Chen · 9 years ago
  12. 09d66f7 Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multiple constraint managers" by Dominic Chen · 9 years ago
  13. feaf9ff Reland 3: [analyzer] NFC: Update test infrastructure to support multiple constraint managers by Dominic Chen · 9 years ago
  14. 4a90bf8 Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multiple constraint managers" by Dominic Chen · 9 years ago
  15. 1cb0256 Reland 2: [analyzer] NFC: Update test infrastructure to support multiple constraint managers by Dominic Chen · 9 years ago
  16. 00355a5 Revert "Reland: [analyzer] NFC: Update test infrastructure to support multiple constraint managers" by Dominic Chen · 9 years ago
  17. 59cd893 Reland: [analyzer] NFC: Update test infrastructure to support multiple constraint managers by Dominic Chen · 9 years ago
  18. 8589e10c Revert "[analyzer] NFC: Update test infrastructure to support multiple constraint managers" by Dominic Chen · 9 years ago
  19. 02064a3 [analyzer] NFC: Update test infrastructure to support multiple constraint managers by Dominic Chen · 9 years ago
  20. efec163 [analyzer] Bug identification by Gabor Horvath · 10 years ago
  21. 5f4d76e Record correct source range for defaulted/deleted members. by Eli Bendersky · 11 years ago
  22. c18a113 [Static Analyzer] The name of the checker that reports a bug is added by Gabor Horvath · 11 years ago
  23. b3b0b80 Fix/Improve SourceRange of explicitly defaulted members by Daniel Jasper · 11 years ago
  24. f743275 Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warnings by Richard Trieu · 11 years ago
  25. b8d17e7 Correctly set brace range for CXXConstructExprs formed by list initialization. by Peter Collingbourne · 12 years ago
  26. 1417a7b [analyzer] Don't crash when a path goes through a 'delete' destructor call. by Jordan Rose · 12 years ago
  27. e83cb09 Revert "[analyzer] Handle zeroing CXXConstructExprs." by Jordan Rose · 12 years ago
  28. 4ace1a7 [analyzer] Handle zeroing CXXConstructExprs. by Jordan Rose · 12 years ago
  29. 5e2b3a3 [analyzer] Enable the new edge algorithm by default. by Jordan Rose · 12 years ago
  30. e5e416c [analyzer] Fix a crash triggered by printing a note on a default argument by Anna Zaks · 12 years ago
  31. 4e16b29 [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::createEndOfPath for greater code reuse by Anna Zaks · 12 years ago
  32. 4e88300 [analyzer] Correct the comment by Anna Zaks · 12 years ago
  33. 05139ff [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references. by Anna Zaks · 12 years ago
  34. 1baf545 [analyzer] Improve dereferenced expression tracking for MemberExpr with a dot and non-reference base by Anna Zaks · 12 years ago
  35. 7460deb [analyzer] Add pretty printing to CXXBaseObjectRegion. by Anna Zaks · 12 years ago
  36. 0881b88 [analyzer] Add more specialized error messages for corner cases as per Jordan's code review for r179396 by Anna Zaks · 12 years ago
  37. 685e913 [analyzer] Print a diagnostic note even if the region cannot be printed. by Anna Zaks · 12 years ago
  38. 526d93c [analyzer] Show "Returning from ..." note at caller's depth, not callee's. by Jordan Rose · 12 years ago
  39. ce781ae [analyzer] Don't emit extra context arrow after returning from an inlined call. by Jordan Rose · 12 years ago
  40. ece622a [analyzer] Show path diagnostic for C++ initializers by Anna Zaks · 12 years ago
  41. b41977f [analyzer] Check for returning null references in ReturnUndefChecker. by Jordan Rose · 13 years ago
  42. 801916b [analyzer] Suppress paths involving a reference whose rvalue is null. by Jordan Rose · 13 years ago
  43. a60e926 [analyzer] Fix test for r173067. by Jordan Rose · 13 years ago
  44. 78328be [analyzer] Show notes inside implicit calls at the last explicit call site. by Jordan Rose · 13 years ago
  45. d8876a7 [analyzer] Don't show "Entered 'foo'" if 'foo' is implicit. by Jordan Rose · 13 years ago
  46. 1dc3940 [analyzer] Special path notes for C++ special member functions. by Jordan Rose · 13 years ago
  47. fe856d5 [analyzer] Do a better job describing C++ member functions in the call stack. by Jordan Rose · 13 years ago