1. b4788b2 [analyzer][NFC] Reimplement checker options by Kristof Umann · 7 years ago
  2. cd3f147 [analyzer] Fix an assertion failure if plugins added dependencies by Kristof Umann · 7 years ago
  3. 9206335 [analyzer] Fix -Wunused-local-typedef after rC358695 by Fangrui Song · 7 years ago
  4. 640f7b5 [analyzer][NFC] Prefer binary searches in CheckerRegistry by Kristof Umann · 7 years ago
  5. a57d4ea [analyzer][NFC] Clang-format CheckerRegistry by Kristof Umann · 7 years ago
  6. b9bc7ec [analyzer][NFC] Use capital variable names, move methods out-of-line, rename some in CheckerRegistry by Kristof Umann · 7 years ago
  7. 8fd74eb [analyzer] Reimplement dependencies between checkers by Kristof Umann · 7 years ago
  8. 98217ad [analyzer] Fix an bug where statically linked, but not registered checkers weren't recognized by Kristof Umann · 7 years ago
  9. 3daa245 [analyzer][NFC] Keep track of whether enabling a checker was explictly specified in command line arguments by Kristof Umann · 7 years ago
  10. dd9c86e [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions by Kristof Umann · 7 years ago
  11. 058a7a4 [analyzer] Supply all checkers with a shouldRegister function by Kristof Umann · 7 years ago
  12. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  13. 2f234cb Allow direct navigation to static analysis checker documentation through SARIF exports. by Aaron Ballman · 7 years ago
  14. b0be2ab [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry by Kristof Umann · 7 years ago
  15. 76a2150 [analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend by Kristof Umann · 7 years ago[Renamed (98%) from clang/lib/StaticAnalyzer/Core/CheckerRegistry.cpp]
  16. f282d27 [analyzer] Prefer returns values to out-params in CheckerRegistry.cpp by Kristof Umann · 7 years ago
  17. 41b1960 Move static analyzer core diagnostics to common. by Richard Trieu · 7 years ago
  18. 45beaa0 [analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it local by Kristof Umann · 7 years ago
  19. 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  20. 88f40cf [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  21. c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  22. c430990 [analyzer] Command line option to show enabled checker list. by Gabor Horvath · 9 years ago
  23. fbfdc81 Code clean up; NFC. by Aaron Ballman · 10 years ago
  24. 3a0678e [analyzer] Apply whitespace cleanups by Honggyu Kim. by Ted Kremenek · 10 years ago
  25. fc4c4d4 [Static Analyzer] Basic per checker command line option validation. by Gabor Horvath · 10 years ago
  26. 0dbb783 [C++11] Use 'nullptr'. StaticAnalyzer edition. by Craig Topper · 11 years ago
  27. 867ea1d [C++11] Replace llvm::tie with std::tie. by Benjamin Kramer · 12 years ago
  28. 4aca9b1 Expose the name of the checker producing each diagnostic message. by Alexander Kornienko · 12 years ago
  29. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  30. 444a130 Include pruning and general cleanup. by Benjamin Kramer · 13 years ago
  31. 7ec12c9 Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 14 years ago
  32. 3307c508 Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. by Benjamin Kramer · 14 years ago
  33. 3037315 [analyzer] Ensure that the order in which checker callbacks are called by Anna Zaks · 14 years ago
  34. 59cce71 [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). by Jordy Rose · 14 years ago