1. 89d0a76 [clang-tidy][include-cleaner] Add option to control deduplication of findings per symbol by Kadir Cetinkaya · 1 year, 10 months ago
  2. b7c6b39 [clang-tidy] Remove AnalyzeTemporaryDestructors configuration option by Carlos Galvez · 1 year, 10 months ago
  3. 1e51268 [clang-tidy] performance-* checks: Also allow allow member expressions to be used in a const manner. by Shivam Gupta · 1 year, 10 months ago
  4. c28506b [clang-tidy] Implement an include-cleaner check. by Viktoriia Bakalova · 2 years ago
  5. 26f4762 [clang-tidy] Support SystemHeaders in .clang-tidy by Carlos Galvez · 2 years ago
  6. c396073 Change ClangTidy unit tests to run in C++20 mode instead of C++11. by Utkarsh Saxena · 2 years, 3 months ago
  7. 5b37cdd [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions options by Carlos Galvez · 2 years, 3 months ago
  8. c7575fc Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions options" by Carlos Galvez · 2 years, 4 months ago
  9. 4240c91 [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions options by Carlos Galvez · 2 years, 4 months ago
  10. 3432f4b [test] Split out Annotations from `TestingSupport` by Jordan Rupprecht · 2 years, 4 months ago
  11. 984b800 Move from llvm::makeArrayRef to ArrayRef deduction guides - last part by serge-sans-paille · 2 years, 4 months ago
  12. f71ffd3 [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC) by Kazu Hirata · 2 years, 4 months ago
  13. 71f5573 [clang-tools-extra] Add #include <optional> (NFC) by Kazu Hirata · 2 years, 4 months ago
  14. b57533d [clang-tools-extra] llvm::Optional::value => operator*/operator-> by Fangrui Song · 2 years, 5 months ago
  15. dabda23 [clang-tidy][NFC] Fix compiler warning in GlobListTest.cpp by Carlos Galvez · 2 years, 5 months ago
  16. 15ba27e [clang-tools-extra] Use std::nullopt instead of llvm::None (NFC) by Kazu Hirata · 2 years, 6 months ago
  17. 649ef33 [clang-tools-extra] Use std::nullopt instead of llvm::None (NFC) by Kazu Hirata · 2 years, 6 months ago
  18. 156c075 [clang][transformer] Finish plumbing `Note` all the way to the output. by Clement Courbet · 2 years, 9 months ago
  19. 5331e12 [clang][transformer] Fix crash on replacement-less ASTEdit. by Clement Courbet · 2 years, 9 months ago
  20. 6357f1c [clang-tidy] Remove unnecessary code from ReadabilityModuleTest by Nathan James · 2 years, 10 months ago
  21. 5cff514 Use value instead of getValue (NFC) by Kazu Hirata · 2 years, 10 months ago
  22. 53daa17 [clang, clang-tools-extra] Use has_value instead of hasValue (NFC) by Kazu Hirata · 2 years, 10 months ago
  23. 94460f5 Don't use Optional::hasValue (NFC) by Kazu Hirata · 2 years, 11 months ago
  24. 3b7c3a6 Revert "Don't use Optional::hasValue (NFC)" by Kazu Hirata · 2 years, 11 months ago
  25. aa8feee Don't use Optional::hasValue (NFC) by Kazu Hirata · 2 years, 11 months ago
  26. b8df409 [clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC) by Kazu Hirata · 2 years, 11 months ago
  27. 35f0890 [clang-tidy] Remove extra ";" in ModernizeModuleTest.cpp by Mikael Holmen · 3 years ago
  28. b418ef5 [clang-tidy] Reject invalid enum initializers in C files by Richard · 3 years ago
  29. 4739176 [clang-tidy] Fix readability-simplify-boolean-expr crash with implicit cast in return. by Nathan James · 3 years ago
  30. 6f87261 [clang-tidy][NFC] Reimplement SimplifyBooleanExpr with RecursiveASTVisitors by Nathan James · 3 years ago
  31. 9d99cf5 [clang-tidy] Restore test parameter operator<< function (NFC) by Richard · 3 years ago
  32. ffacaa0 Fix unused function 'operator<<' -Wunused-function warning introduced in D124500 by Simon Pilgrim · 3 years ago
  33. 5122738 [clang-tidy] Support expressions of literals in modernize-macro-to-enum by Richard · 3 years ago
  34. 7cf97d6 [clang-tidy] Make header-guard check a little looser on comment whitespace by Sam McCall · 3 years, 1 month ago
  35. 9a8d33d [clang-tidy] Escape diagnostic messages before passing to `diag` in Transformer. by Yitzhak Mandelbaum · 3 years, 1 month ago
  36. b859c39 [clang-tidy] Add a Standalone diagnostics mode to clang-tidy by Nathan James · 3 years, 1 month ago
  37. 9edecea [libTooling] Generalize string explanation as templated metadata by Eric Li · 3 years, 2 months ago
  38. 8351726 Revert "[libTooling] Generalize string explanation as templated metadata" by Yitzhak Mandelbaum · 3 years, 2 months ago
  39. 18440547 [libTooling] Generalize string explanation as templated metadata by Eric Li · 3 years, 2 months ago
  40. 2b21fc5 Allow newline characters as separators for checks in Clang-Tidy configurations by Danny Mösch · 3 years, 2 months ago
  41. 0447ec2 [clang-tidy] Fix LLVM include order check policy by Kadir Cetinkaya · 3 years, 4 months ago
  42. 99217fa [clang-tidy] Recognize labelled statements when simplifying boolean exprs by Richard · 3 years, 4 months ago
  43. 946eb7a [clang-tidy][NFC] Move CachedGlobList to GlobList.h by Carlos Galvez · 3 years, 6 months ago
  44. c7aa358 [clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier" by Salman Javed · 3 years, 6 months ago
  45. 0540485 [libtooling][clang-tidy] Fix crashing on rendering invalid SourceRanges by Balazs Benics · 3 years, 6 months ago
  46. 3b72448 [clang-tidy] Add unit tests for `DeclRefExprUtils`. by Clement Courbet · 3 years, 6 months ago
  47. b4f6f1c [clang-tidy] Fix llvm-header-guard so that it works with Windows paths by Salman Javed · 3 years, 6 months ago
  48. b9b90bb [clang] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) by Simon Pilgrim · 3 years, 8 months ago
  49. 2dd22da [libtooling][clang-tidy] Fix compiler warnings in testcase [NFC] by Mikael Holmen · 4 years, 1 month ago
  50. 8fa3975 [libtooling][clang-tidy] Fix off-by-one rendering issue with SourceRanges by Whisperity · 4 years, 1 month ago
  51. 3b677b8 [libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRanges by Whisperity · 4 years, 1 month ago
  52. 82289aa [clang-tidy] Remove OptionError by Nathan James · 4 years, 3 months ago
  53. f0e4610 Support standalone build of clang-tidy unittest by serge-sans-paille · 4 years, 3 months ago
  54. 632545e [clang-tidy] Fix linking tests to LLVMTestingSupport by Michał Górny · 4 years, 4 months ago
  55. 922a5b8 [clang-tidy] Add test for Transformer-based checks with diagnostics. by Yitzhak Mandelbaum · 4 years, 4 months ago
  56. ddffcdf [clang-tidy] Add a diagnostic callback to parseConfiguration by Nathan James · 4 years, 5 months ago
  57. 68e642c [clang-tidy] Support all YAML supported spellings for bools in CheckOptions. by Nathan James · 4 years, 5 months ago
  58. 34d2688 [clang-tidy] Use a MemoryBufferRef when parsing configuration files. by Nathan James · 4 years, 5 months ago
  59. 2755393 [clang-tidy] Add support for diagnostics with no location by Nathan James · 4 years, 5 months ago
  60. fdff677 [libTooling] Remove deprecated Clang Transformer declarations by Yitzhak Mandelbaum · 4 years, 6 months ago
  61. 88e6208 [libTooling] Update Transformer's `node` combinator to include the trailing semicolon for decls. by Yitzhak Mandelbaum · 4 years, 6 months ago
  62. 06db8f9 [clang-tidy] Merge options inplace instead of copying by Nathan James · 4 years, 6 months ago
  63. d725f1c [clang-tidy] Use vfs::FileSystem when getting config by Nathan James · 4 years, 6 months ago
  64. 1e076a8 Make sure Objective-C category support in IncludeSorter handles top-level imports by Joe Turner · 4 years, 7 months ago
  65. cc175c2 Support ObjC in IncludeInserter by Alexander Kornienko · 4 years, 7 months ago
  66. fdfe324 [clang-tidy] IncludeInserter: allow <> in header name by Alexander Kornienko · 4 years, 8 months ago
  67. 6a043ec [clang-tidy] Fix ODR violation in unittests. by Artem Dergachev · 4 years, 10 months ago
  68. 8c9241a [clang-tidy] Suppress one unittest on macOS. by Artem Dergachev · 4 years, 10 months ago
  69. 13c9bbc [clang-tidy] Refactor IncludeInserter by Nathan James · 4 years, 10 months ago
  70. c3bdc98 [clang-tidy] Reworked enum options handling(again) by Nathan James · 4 years, 10 months ago
  71. 833273a [clang-tidy] Sanity checks in ClangTidyTest header. by Nathan James · 4 years, 11 months ago
  72. 860aefd [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files by Nathan James · 5 years ago
  73. e34523c Revert "[clang-tidy] relanding b9306fd" by Nathan James · 5 years ago
  74. 37cc4fa [clang-tidy] relanding b9306fd by Nathan James · 5 years ago
  75. 8f73c44 Revert "[clang-tidy] Reworked enum options handling(again)" by Nico Weber · 5 years ago
  76. b9306fd [clang-tidy] Reworked enum options handling(again) by Nathan James · 5 years ago
  77. c3b4486 [NFC] Simplify IncludeInsertions appending to diagnostics by Nathan James · 5 years ago
  78. d9b8aad [clang-tidy] Add --use-color command line option and UseColor option to control colors in diagnostics by hyd-dev · 5 years ago
  79. c5b1a03 [clang-tidy] In TransformerClangTidyCheck, support option IncludeStyle. by Yitzhak Mandelbaum · 5 years ago
  80. cb1ee34 [clang-tidy] Optional inheritance of file configs from parent directories  by Dmitry Polukhin · 5 years ago
  81. f9d558c [OpenMP] "UnFix" layering problem with FrontendOpenMP by Johannes Doerfert · 5 years ago
  82. fcf7cc2 [clang-tidy] Added support for validating configuration options by Nathan James · 5 years ago
  83. dd5571d [clang-tools-extra] NFC: Fix trivial typo in documents and comments by Kazuaki Ishizaki · 5 years ago
  84. 39c4246 [clang-tidy] Added virtual isLanguageVersionSupported to ClangTidyCheck by Nathan James · 5 years ago
  85. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  86. 48ee040 [clang-tidy] fix linkage with clangSema for FixitHintUtils, undo previous wrong fix by Jonas Toth · 5 years ago
  87. fed2a50 [clang-tidy] quickfix: add -fno-delayed-template-parsing as default argument for runCheckOnCode unit-tests to unbreak windows by Jonas Toth · 5 years ago
  88. 05ebaa6 [clang-tidy] fix broken linking for AddConstTest with adding clangSema as dependency (DeclSpec) by Jonas Toth · 5 years ago
  89. cf48101 [clang-tidy] implement utility-function to add 'const' to variables by Jonas Toth · 5 years ago
  90. bde3293 [clang-tidy] Update TransformerClangTidyCheck to use new Transformer bindings. by Yitzhak Mandelbaum · 6 years ago
  91. fbdf835 [libTooling] Move Transformer files to their own directory/library. by Yitzhak Mandelbaum · 6 years ago
  92. 0820041 [clang-tools-extra] [cmake] Link against libclang-cpp whenever possible by Michal Gorny · 6 years ago
  93. 0d808e5 [clang-tidy] Make llvm-header-guard work on llvm git monorepo by Haojian Wu · 6 years ago
  94. b22804b [Tooling] Migrated APIs that take ownership of objects to unique_ptr by Dmitri Gribenko · 6 years ago
  95. fd2315c GlobList: added a clear test for pattern priority by Dmitri Gribenko · 6 years ago
  96. a6fed93 Moved GlobList into a separate header file by Dmitri Gribenko · 6 years ago
  97. 0cd4ab9 [clang-tidy][NFC] Qualify `makeRule` call in test, for consistency with other calls. by Yitzhak Mandelbaum · 6 years ago
  98. 640230c [clang-tidy] TransformerClangTidyCheck: change choice of location for diagnostic message. by Yitzhak Mandelbaum · 6 years ago
  99. 1c705d9 [clang-tools-extra] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  100. 42cfbafc Replace CRLF with LF. by Rui Ueyama · 6 years ago