summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata2023-05-162-4/+4
* [clang-tidy] Extract areStatementsIdenticalPiotr Zegar2023-05-154-35/+42
* Fix build failure caused by https://reviews.llvm.org/D150352Amy Kwan2023-05-151-1/+1
* [clang-tidy] Modernize RangeDescriptor (NFC)Kazu Hirata2023-05-122-9/+5
* [tidy] Expose getID to tidy checksKadir Cetinkaya2023-05-103-3/+5
* [clang-tidy] Fix bugprone-assert-side-effect to actually give warningsCarlos Galvez2023-05-091-1/+1
* [tidy][IdentifierNaming] Fix crashes on non-identifiersKadir Cetinkaya2023-05-091-3/+7
* [clang-tidy] Support SystemHeaders in .clang-tidyCarlos Galvez2023-05-072-4/+8
* [clang-tidy] Modernize HungarianNotationOption (NFC)Kazu Hirata2023-05-061-2/+2
* [clang-tidy] Optimize performance of RenamerClangTidyCheckPiotr Zegar2023-05-062-298/+320
* [clang-tidy] Implement cppcoreguidelines F.19Chris Cotter2023-05-064-0/+132
* [clang-tidy] Modernize Handler (NFC)Kazu Hirata2023-05-061-2/+2
* [clang] Use -std=c++23 instead of -std=c++2bMark de Wever2023-05-041-1/+1
* [clang-tidy] bugprone-use-after-move: Ctor arguments should be sequenced if c...Martin Braenne2023-05-041-0/+10
* [clang-tidy] Add check bugprone-multiple-new-in-one-expression.Balázs Kéri2023-05-024-0/+201
* Revert "[clang-tidy] Add check bugprone-multiple-new-in-one-expression."Balázs Kéri2023-05-024-201/+0
* [clang-tidy] Add check bugprone-multiple-new-in-one-expression.Balázs Kéri2023-05-024-0/+201
* [clang-tidy] Ignore declarations in bugprone-exception-escapePiotr Zegar2023-04-301-1/+2
* [clang-tidy] Modernize ClangTidyValue (NFC)Kazu Hirata2023-04-251-3/+3
* [clang-tidy] Modernize FileState (NFC)Kazu Hirata2023-04-231-5/+4
* [clang-tidy] Add `performance-avoid-endl` checkAMS212023-04-224-0/+127
* [clang-tidy] Add alias cppcoreguidelines-use-default-member-initCarlos Galvez2023-04-171-0/+3
* [clang-tidy] Prevent `llvmlibc-inline-function-decl` triggering on lambdasJoseph Huber2023-04-161-0/+6
* [CMake] Reorder and reformat depsNAKAMURA Takumi2023-04-171-1/+1
* [clang-tidy] Fix handling of UseAssignment option in cppcoreguidelines-prefer...Piotr Zegar2023-04-161-3/+5
* [clang-tidy] Add bugprone-non-zero-enum-to-bool-conversion checkPiotr Zegar2023-04-164-1/+119
* Apply fixes from performance-faster-string-find (NFC)Kazu Hirata2023-04-161-7/+7
* [clang-tidy] Fix crash in --dump-configNathan James2023-04-151-0/+5
* [clang-tidy] Fix cppcoreguidelines-narrowing-conversions false positiveNathan James2023-04-151-0/+4
* [clang-tidy][NFC] Fix format of header file comment in MisleadingCaptureDefau...Carlos Galvez2023-04-151-2/+1
* Revert "[clang-tidy] Add misc-header-include-cycle check"Piotr Zegar2023-04-154-218/+0
* [clang-tidy] Add misc-header-include-cycle checkPiotr Zegar2023-04-154-0/+218
* [clang-tidy][NFC] Improve doc of cppcoreguidelines-misleading-capture-default...Carlos Galvez2023-04-151-5/+2
* [clang-tidy] Fix typedefs handling in bugprone-dangling-handlePiotr Zegar2023-04-151-1/+2
* [clang-tidy] Exclude template instantiations in modernize-use-overridePiotr Zegar2023-04-152-6/+18
* [clang-tidy] Apply cppcoreguidelines-avoid-capture-default-when-capturin-this...Carlos Galvez2023-04-155-70/+53
* [clang-tidy] Add support for long double in bugprone-incorrect-roundingsPiotr Zegar2023-04-151-20/+6
* [clang-tidy] Avoid float compare in bugprone-incorrect-roundingsPiotr Zegar2023-04-151-3/+7
* [clang-tidy] Fix false positve for defaulted move constructor in performance-...AMS212023-04-145-45/+405
* [clang-tidy] support nested inline namespace in c++20 for modernize-concat-ne...Congcong Cai2023-04-112-36/+55
* [clang-tidy] Fix hungarian notation failed to indicate the number of asterisk...Douglas Chen2023-04-112-10/+37
* [clang-tidy] Use StringRef::contains (NFC)Kazu Hirata2023-04-101-1/+1
* [clang-tidy][NFC] Remove redundant allOf matcher callsNathan James2023-04-1117-121/+112
* [clang-tidy] Support specifying checks as a list in the config fileCarlos Galvez2023-04-102-2/+42
* [clang-tidy] Added IgnoreVirtual option to misc-unused-parametersPiotr Zegar2023-04-102-2/+8
* [clang-tidy] avoid colon in namespace cause false positveCongcong Cai2023-04-102-62/+64
* [clang-tidy] fix false positve for namespace with attrs in modernize-concat-n...Congcong Cai2023-04-091-4/+5
* [clang-tidy] fix hint use correct range to replace last NamespaceDeclCongcong Cai2023-04-081-5/+7
* [clang-tidy] Fix extern fixes in readability-redundant-declarationPiotr Zegar2023-04-081-4/+13
* [clang-tidy] fix concat-nest-namespace fix hint remove the macroCongcong Cai2023-04-084-16/+125