1. b1ace23 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  2. 8835c1a [clang-tidy] Avoid fuchsia-overloaded-operator false positive with lambdas after r351047 by Sam McCall · 6 years ago
  3. 2e0ee61 A bit of AST matcher cleanup, NFC. by Alexander Kornienko · 6 years ago
  4. a32ea61 Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
  5. 4cacbf2 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  6. f2d6b39 [clang-tidy] Fix a crash in fuchsia-multiple-inheritance by Ilya Biryukov · 7 years ago
  7. f745d43 [clang-tidy] remove private decltypeType in TrailingReturnType by Jonas Toth · 7 years ago
  8. b2b9ed8 Reland "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module" by Julie Hockett · 7 years ago
  9. 6000066 Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module" by Julie Hockett · 7 years ago
  10. 1e55d8a [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module by Julie Hockett · 7 years ago
  11. 22f9b1e Revert "[clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module" by Julie Hockett · 7 years ago
  12. a26d145 [clang-tidy] Adding RestrictSystemIncludes check to Fuchsia module by Julie Hockett · 7 years ago
  13. c892b77 [clang-tidy][Fuchsia]: don't forget to actually link to Google Module. by Roman Lebedev · 7 years ago
  14. 183875a [clang-tidy] Adding alias for anon namespaces in header (fuchsia module) by Julie Hockett · 7 years ago
  15. 38d22d2 [tidy] Move private ast matchers into anonymous namespaces to avoid ODR conflicts. by Benjamin Kramer · 7 years ago
  16. 18a5daa [clang-tidy] Update fuchsia-multiple-inheritance to not fail by Julie Hockett · 7 years ago
  17. 30e5312 [clang-tidy] Update fuchsia-multiple-inheritance to check for templates by Julie Hockett · 7 years ago
  18. c573a6e [clang-tidy] Adding Fuchsia checker for multiple inheritance by Julie Hockett · 7 years ago
  19. 9bb5a51 [clang-tidy] Adding Fuchsia checker for trailing returns by Julie Hockett · 7 years ago
  20. 9662ac2 [clang-tidy] Fixing Fuchsia overloaded operator warning message by Julie Hockett · 7 years ago
  21. 76612e5 [clang-tidy] Adding Fuchsia checker for statically constructed objects by Julie Hockett · 7 years ago
  22. 3005fd7 [clang-tidy] Update fuchsia-overloaded-operator to check for valid loc by Julie Hockett · 7 years ago
  23. fb4502d [clang-tidy] Adding Fuchsia checker for overloaded operators by Julie Hockett · 7 years ago
  24. 43d6a1c [clang-tidy] Adding Fuchsia checker for virtual inheritance by Julie Hockett · 7 years ago
  25. c8ea81e Commit access test. by Julie Hockett · 7 years ago
  26. 5e3c1f4 Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues with the Fuschia and Zircon coding guidelines (https://fuchsia.googlesource.com/zircon/+/master/docs/cxx.md). Adds the first of such checkers, which detects when default arguments are declared in a function declaration or when default arguments are used at call sites. by Aaron Ballman · 7 years ago