1. 630f7da [analyzer] Fix analyzer warnings on analyzer. by Artem Dergachev · 6 years ago
  2. 9197056 [analyzer] CStringSyntaxChecks: Fix an off-by-one error in the strlcat() check. by Artem Dergachev · 7 years ago
  3. 058a7a4 [analyzer] Supply all checkers with a shouldRegister function by Kristof Umann · 7 years ago
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. 76a2150 [analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend by Kristof Umann · 7 years ago
  6. 75cb0dd [CStringSyntaxChecker] Check strlcat sizeof check by David Carlier · 7 years ago
  7. c433011 Revert "[CStringSyntaxChecker] Check strlcat sizeof check" by George Karpenkov · 7 years ago
  8. b45bf3b Revert "[CStringSyntaxChecker] Reduces space around error message for strlcat." by George Karpenkov · 7 years ago
  9. 6a691a0 [CStringSyntaxChecker] Reduces space around error message for strlcat. by David Carlier · 7 years ago
  10. 54fc376 [CStringSyntaxChecker] Check strlcat sizeof check by David Carlier · 7 years ago
  11. 2ea8163 [CStringSyntaxChecker] Improvements of strlcpy check by David Carlier · 7 years ago
  12. c30cedf [CStringSyntaxChecker] Fix build bot builds != x86 archs by David Carlier · 7 years ago
  13. 99337e2 Change \t to spaces by Fangrui Song · 7 years ago
  14. 8e75de2 [CStringSyntaxChecker] Check strlcpy sizeof syntax by David Carlier · 7 years ago
  15. 50657f6 [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h by George Karpenkov · 8 years ago
  16. 3b00853 [analyzer] Fix an assertion fail in CStringSyntaxChecker. by Gabor Horvath · 9 years ago
  17. 973431b Rewrite users of Stmt::child_begin/end into for-range loops. by Benjamin Kramer · 10 years ago
  18. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  19. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  20. 4aca9b1 Expose the name of the checker producing each diagnostic message. by Alexander Kornienko · 12 years ago
  21. 42b4248 [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. by Jordan Rose · 12 years ago
  22. 60d98be [analyzer] Fix a crash in SyntaxCString checker when given a custom strncat. by Anna Zaks · 12 years ago
  23. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  24. 0da6747 [analyzer] isCLibraryFunction: check that the function is at TU-scope. by Jordan Rose · 13 years ago
  25. 5a10f08 Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. by Ted Kremenek · 13 years ago
  26. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  27. 4903802 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 14 years ago
  28. 87b6ff0 [analyzer] Add checks for common anti-patterns in strncat. by Anna Zaks · 14 years ago