1. cfeacf5 Apply clang-tidy's misc-move-constructor-init throughout Clang. by Benjamin Kramer · 9 years ago
  2. 683dfd3 [analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed. by Devin Coughlin · 10 years ago
  3. 3a0678e [analyzer] Apply whitespace cleanups by Honggyu Kim. by Ted Kremenek · 10 years ago
  4. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  5. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  6. a008d3a Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition. by Benjamin Kramer · 11 years ago
  7. 0dbb783 [C++11] Use 'nullptr'. StaticAnalyzer edition. by Craig Topper · 11 years ago
  8. 4aca9b1 Expose the name of the checker producing each diagnostic message. by Alexander Kornienko · 12 years ago
  9. 42b4248 [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. by Jordan Rose · 12 years ago
  10. 00be69a Remove the CFGElement "Invalid" state. by David Blaikie · 13 years ago
  11. 2a01f5d Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 13 years ago
  12. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  13. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  14. b45d198 Require that all static analyzer issues have a category. As part of this change, by Ted Kremenek · 14 years ago
  15. 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
  16. 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
  17. caf3390 Constant expression evaluation refactoring: by Richard Smith · 14 years ago
  18. 0070c6d Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang. by Anna Zaks · 14 years ago
  19. 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
  20. 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