1. 3a0678e [analyzer] Apply whitespace cleanups by Honggyu Kim. by Ted Kremenek · 10 years ago
  2. 973431b Rewrite users of Stmt::child_begin/end into for-range loops. by Benjamin Kramer · 10 years ago
  3. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  4. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  5. c9e2a68 Clean up language and grammar. by Eric Christopher · 11 years ago
  6. 4aca9b1 Expose the name of the checker producing each diagnostic message. by Alexander Kornienko · 12 years ago
  7. 42b4248 [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. by Jordan Rose · 12 years ago
  8. 6feda28 [analyzer] Replace bug category magic strings with shared constants, take 2. by Jordan Rose · 12 years ago
  9. 25d8e73 Temporarily revert r191910 until the layering violation can be fixed. by Richard Smith · 12 years ago
  10. 761ee86 [analyzer] Replace bug category magic strings with shared constants. by Jordan Rose · 12 years ago
  11. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  12. 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
  13. 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
  14. 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
  15. e190dee Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 15 years ago
  16. 6a5674f [analyzer] Rename CheckerV2 -> Checker. by Argyrios Kyrtzidis · 15 years ago
  17. af45aca [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 15 years ago
  18. f8cbac4 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 15 years ago
  19. d99bd55 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 15 years ago[Renamed (94%) from clang/lib/EntoSA/Checkers/CheckSizeofPointer.cpp]
  20. ef33f09 Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 15 years ago[Renamed (95%) from clang/lib/GR/Checkers/CheckSizeofPointer.cpp]
  21. 98857c9 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 15 years ago
  22. ca08fba [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 15 years ago
  23. a700e97 [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 15 years ago[Renamed from clang/lib/GR/CheckSizeofPointer.cpp]
  24. 2ff5ab1 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 15 years ago[Renamed from clang/lib/Checker/CheckSizeofPointer.cpp]
  25. 8d602a8 [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 15 years ago
  26. 6296e09 Move 'LocalCheckers.h' to the 'Checkers' subdirectory. by Ted Kremenek · 16 years ago
  27. fe0fc40 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' by Ted Kremenek · 16 years ago
  28. d6b8708 Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 16 years ago[Renamed (95%) from clang/lib/Analysis/CheckSizeofPointer.cpp]
  29. 65c6566 lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 16 years ago
  30. f966722 Ignore parentheses when check the type of the expr. by Zhongxing Xu · 16 years ago
  31. 537db5d SizeofPointerChecker: Many false positives have the form 'sizeof *p'. by Zhongxing Xu · 16 years ago
  32. 456706c Now we can safely use the argument expression's source range. by Zhongxing Xu · 16 years ago
  33. 9a7448c SizeofPointerChecker: If an explicit type specifier is used, do not issue warnings. by Zhongxing Xu · 16 years ago
  34. 77c470e Use the source range of the whole sizeof expression, otherwise it crashes when by Zhongxing Xu · 16 years ago
  35. 8500020 Put all long strings in 80-col. by Zhongxing Xu · 16 years ago
  36. 0f92ec6 Add a test case for CWE-467, and simplify the wording of the warning. by Zhongxing Xu · 16 years ago
  37. b0a05f7c Add a checker for CWE-467: Use of sizeof() on a Pointer Type. by Zhongxing Xu · 16 years ago