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