1. 3199b9a Fix false positive on anonymous namespaces in headers. by Samuel Benzaquen · 11 years ago
  2. ed824e0 [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google by Alexander Kornienko · 11 years ago
  3. 37f8045 [clang-tidy] Organized clang-tidy unit tests. NFC. by Alexander Kornienko · 11 years ago
  4. 59c8aa9 Add clang-tidy check google-global-names-in-headers. by Samuel Benzaquen · 11 years ago
  5. 72f1e75 Move google-explicit-constructor check to a separate source file. by Alexander Kornienko · 11 years ago
  6. 4aab579 Fix assertion in google-explicit-constructor check when the constructor is by Alexander Kornienko · 11 years ago
  7. 3b26849 Fix the message for "Move constructor declared explicit". by Alexander Kornienko · 11 years ago
  8. 014225e Warn on explicit copy constructors. by Alexander Kornienko · 11 years ago
  9. f65a549 clang-tidy explicit constructor check: don't warn on copy or move constructors. by Alexander Kornienko · 12 years ago
  10. f9a7b46 clang-tidy explicit constructors check: don't warn on deleted constructors. by Alexander Kornienko · 12 years ago
  11. 0988716 Made the ClangTidyTest helper class independent of the testing framework. by Alexander Kornienko · 12 years ago
  12. 32eaa37 Fix ExplicitConstructorCheck to warn only on in-class declarations. by Alexander Kornienko · 12 years ago
  13. 85e6e87 Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't by Chandler Carruth · 12 years ago
  14. d07c840 Initial architecture for clang-tidy. by Daniel Jasper · 12 years ago