1. 204bf2b [analyzer] Add CheckerManager::getChecker, make sure that a registry function registers no more than 1 checker by Kristof Umann · 7 years ago
  2. 058a7a4 [analyzer] Supply all checkers with a shouldRegister function by Kristof Umann · 7 years ago
  3. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  4. 76a2150 [analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend by Kristof Umann · 7 years ago
  5. a7a8b1f Use instance_properties instead of properties. NFC. by Manman Ren · 10 years ago
  6. 9c10490 Refactor: Simplify boolean conditional return statements in lib/StaticAnalyzer/Checkers by Alexander Kornienko · 10 years ago
  7. 642f173 Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. by Benjamin Kramer · 10 years ago
  8. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  9. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  10. f26acce [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  11. d174edf Renaming the recently-created (r203830) props() range API to properties() for clarity. by Aaron Ballman · 12 years ago
  12. dc4bea4 [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() with iterator_range props(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  13. be22bcb [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  14. 4aca9b1 Expose the name of the checker producing each diagnostic message. by Alexander Kornienko · 12 years ago
  15. 27bc504 DirectIvarAssignment: Replace vtable'd objects with simple functions. by Benjamin Kramer · 12 years ago
  16. 0e9c941 [analyzer] DirectIvarAssignment: allow suppression annotation on Ivars. by Anna Zaks · 13 years ago
  17. 6519564 [analyzer] Add an annotation to allow suppression of direct ivar assignment by Anna Zaks · 13 years ago
  18. c632467 Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_instance_variable_assignment. by Ted Kremenek · 13 years ago
  19. 7308385 Add missing virtual destructors reported by -Wnon-virtual-dtor. by Daniel Jasper · 13 years ago
  20. 25dd07c [analyzer] Implement an opt-in variant of direct ivar assignment. by Anna Zaks · 13 years ago
  21. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  22. f4fd145 [analyzer] Do not warn on direct ivar assignments within copy methods. by Anna Zaks · 13 years ago
  23. 6aef455 [analyzer] Address Jordan's code review for r164790. by Anna Zaks · 13 years ago
  24. 461f239 [analyzer] Add an experimental ObjC direct ivar assignment checker. by Anna Zaks · 13 years ago