1. 058a7a4 [analyzer] Supply all checkers with a shouldRegister function by Kristof Umann · 7 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 76a2150 [analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend by Kristof Umann · 7 years ago
  4. 407659a Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures."" by Fangrui Song · 7 years ago
  5. f5d3335 Revert r347417 "Re-Reinstate 347294 with a fix for the failures." by Fangrui Song · 7 years ago
  6. 48ee4ad Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures." by Hans Wennborg · 7 years ago
  7. 8c79706e Revert r347417 "Re-Reinstate 347294 with a fix for the failures." by Hans Wennborg · 7 years ago
  8. 6ff1751 Re-Reinstate 347294 with a fix for the failures. by Bill Wendling · 7 years ago
  9. 9f0246d Revert r347364 again, the fix was incomplete. by Nico Weber · 7 years ago
  10. 91549ed Reinstate 347294 with a fix for the failures. by Bill Wendling · 7 years ago
  11. 6ec90ec [analyzer] Older version of GCC 4.7 crash on lambdas in default arguments. by Benjamin Kramer · 9 years ago
  12. 951a628 [analyzer] Rewrite manual erase loop using remove_if. by Benjamin Kramer · 9 years ago
  13. cf236ec Prune away some unused using decls. NFC. by Benjamin Kramer · 9 years ago
  14. cfeacf5 Apply clang-tidy's misc-move-constructor-init throughout Clang. by Benjamin Kramer · 9 years ago
  15. 683dfd3 [analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed. by Devin Coughlin · 10 years ago
  16. 3a0678e [analyzer] Apply whitespace cleanups by Honggyu Kim. by Ted Kremenek · 10 years ago
  17. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  18. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  19. a008d3a Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition. by Benjamin Kramer · 11 years ago
  20. 0dbb783 [C++11] Use 'nullptr'. StaticAnalyzer edition. by Craig Topper · 11 years ago
  21. 4aca9b1 Expose the name of the checker producing each diagnostic message. by Alexander Kornienko · 12 years ago
  22. 42b4248 [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. by Jordan Rose · 12 years ago
  23. 00be69a Remove the CFGElement "Invalid" state. by David Blaikie · 13 years ago
  24. 2a01f5d Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 13 years ago
  25. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  26. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  27. b45d198 Require that all static analyzer issues have a category. As part of this change, by Ted Kremenek · 14 years ago
  28. 5a10f08 Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. by Ted Kremenek · 14 years ago
  29. 81ce1c8 Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. by Ted Kremenek · 14 years ago
  30. caf3390 Constant expression evaluation refactoring: by Richard Smith · 14 years ago
  31. 0070c6d Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang. by Anna Zaks · 14 years ago
  32. c29bed3 [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation. by Anna Zaks · 14 years ago
  33. 1c2fb27 [analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive checker that may be useful for security auditing. This checker is currently too noisy to be on by default. by Ted Kremenek · 14 years ago