[clang-tidy] Check functions called from catch blocks
[platform/upstream/llvm.git] / clang-tools-extra / clang-tidy /
2023-06-11 Deniz Evrenci[clang-tidy] Check functions called from catch blocks
2023-06-10 Piotr Zegar[clang-tidy] Optimize misc-confusable-identifiers
2023-06-05 Viktoriia Bakalova[include-cleaner] Allow multiple strategies for spellin...
2023-06-03 Martin Storsjö[clang-tools-extra] Fix linking when built with CLANG_L...
2023-06-02 Joseph Huber[Clang] Fix missing libraries for the include cleaner...
2023-06-02 Viktoriia Bakalova[clang-tidy] Implement an include-cleaner check.
2023-05-31 Balázs Kéri[clang-tidy] Add check bugprone-unique-ptr-array-mismatch.
2023-05-30 Alex Brachet[clang-tidy][docs] Fix link to libc style guide
2023-05-30 Deniz Evrenci[clang-tidy] Do not emit bugprone-exception-escape...
2023-05-29 Roy Jacobson[clang-tidy] Update UnusedReturnValueCheck types
2023-05-26 NagaChaitanya Vellanki[clang-tidy] Check for specific return types on all...
2023-05-26 Piotr Zegar[clang-tidy] Optimize misc-confusable-identifiers
2023-05-24 Clement Courbet[clang-tidy]performance-no-automatic-move: fix false...
2023-05-23 Piotr Zegar[clang-tidy] Ignore implicit code in bugprone-branch...
2023-05-23 Piotr Zegar[clang-tidy] Improve bugprone-branch-clone with support...
2023-05-23 Tobias Hieta[NFC][Py Reformat] Reformat python files in clang and...
2023-05-16 Kazu HirataMigrate {starts,ends}with_insensitive to {starts,ends...
2023-05-15 Piotr Zegar[clang-tidy] Extract areStatementsIdentical
2023-05-15 Amy KwanFix build failure caused by https://reviews.llvm.org...
2023-05-13 Kazu Hirata[clang-tidy] Modernize RangeDescriptor (NFC)
2023-05-10 Kadir Cetinkaya[tidy] Expose getID to tidy checks
2023-05-09 Carlos Galvez[clang-tidy] Fix bugprone-assert-side-effect to actuall...
2023-05-09 Kadir Cetinkaya[tidy][IdentifierNaming] Fix crashes on non-identifiers
2023-05-07 Carlos Galvez[clang-tidy] Support SystemHeaders in .clang-tidy
2023-05-06 Kazu Hirata[clang-tidy] Modernize HungarianNotationOption (NFC)
2023-05-06 Piotr Zegar[clang-tidy] Optimize performance of RenamerClangTidyCheck
2023-05-06 Chris Cotter[clang-tidy] Implement cppcoreguidelines F.19
2023-05-06 Kazu Hirata[clang-tidy] Modernize Handler (NFC)
2023-05-04 Mark de Wever[clang] Use -std=c++23 instead of -std=c++2b
2023-05-04 Martin Braenne[clang-tidy] bugprone-use-after-move: Ctor arguments...
2023-05-02 Balázs Kéri[clang-tidy] Add check bugprone-multiple-new-in-one...
2023-05-02 Balázs KériRevert "[clang-tidy] Add check bugprone-multiple-new...
2023-05-02 Balázs Kéri[clang-tidy] Add check bugprone-multiple-new-in-one...
2023-04-30 Piotr Zegar[clang-tidy] Ignore declarations in bugprone-exception...
2023-04-26 Kazu Hirata[clang-tidy] Modernize ClangTidyValue (NFC)
2023-04-23 Kazu Hirata[clang-tidy] Modernize FileState (NFC)
2023-04-22 AMS21[clang-tidy] Add `performance-avoid-endl` check
2023-04-17 Carlos Galvez[clang-tidy] Add alias cppcoreguidelines-use-default...
2023-04-16 Joseph Huber[clang-tidy] Prevent `llvmlibc-inline-function-decl...
2023-04-16 NAKAMURA Takumi[CMake] Reorder and reformat deps
2023-04-16 Piotr Zegar[clang-tidy] Fix handling of UseAssignment option in...
2023-04-16 Piotr Zegar[clang-tidy] Add bugprone-non-zero-enum-to-bool-convers...
2023-04-16 Kazu HirataApply fixes from performance-faster-string-find (NFC)
2023-04-15 Nathan James[clang-tidy] Fix crash in --dump-config
2023-04-15 Nathan James[clang-tidy] Fix cppcoreguidelines-narrowing-conversion...
2023-04-15 Carlos Galvez[clang-tidy][NFC] Fix format of header file comment...
2023-04-15 Piotr ZegarRevert "[clang-tidy] Add misc-header-include-cycle...
2023-04-15 Piotr Zegar[clang-tidy] Add misc-header-include-cycle check
2023-04-15 Carlos Galvez[clang-tidy][NFC] Improve doc of cppcoreguidelines...
2023-04-15 Piotr Zegar[clang-tidy] Fix typedefs handling in bugprone-dangling...
2023-04-15 Piotr Zegar[clang-tidy] Exclude template instantiations in moderni...
2023-04-15 Carlos Galvez[clang-tidy] Apply cppcoreguidelines-avoid-capture...
2023-04-15 Piotr Zegar[clang-tidy] Add support for long double in bugprone...
2023-04-15 Piotr Zegar[clang-tidy] Avoid float compare in bugprone-incorrect...
2023-04-14 AMS21[clang-tidy] Fix false positve for defaulted move const...
2023-04-11 Congcong Cai[clang-tidy] support nested inline namespace in c+...
2023-04-11 Douglas Chen[clang-tidy] Fix hungarian notation failed to indicate...
2023-04-11 Kazu Hirata[clang-tidy] Use StringRef::contains (NFC)
2023-04-10 Nathan James[clang-tidy][NFC] Remove redundant allOf matcher calls
2023-04-10 Carlos Galvez[clang-tidy] Support specifying checks as a list in...
2023-04-10 Piotr Zegar[clang-tidy] Added IgnoreVirtual option to misc-unused...
2023-04-10 Congcong Cai[clang-tidy] avoid colon in namespace cause false positve
2023-04-09 Congcong Cai[clang-tidy] fix false positve for namespace with attrs...
2023-04-08 Congcong Cai[clang-tidy] fix hint use correct range to replace...
2023-04-08 Piotr Zegar[clang-tidy] Fix extern fixes in readability-redundant...
2023-04-08 Congcong Cai[clang-tidy] fix concat-nest-namespace fix hint remove...
2023-04-07 Nathan James[clang-tidy] Add modernize-type-traits check
2023-04-07 Clement Courbet[clang-tidy]bugprone-fold-init-type
2023-04-05 Piotr Zegar[clang-tidy] Fix init-list handling in readability...
2023-04-04 AMS21[clang-tidy] Small refactor for ExceptionAnalyzer
2023-04-04 AMS21[clang-tidy] Fix readability-static-accessed-through...
2023-04-03 Logan Gnanapragasam[clang-tidy] ignore NRVO const variables in performance...
2023-04-03 Congcong Cai[clang-tidy] support unscoped enumerations in readabili...
2023-04-02 Piotr Zegar[clang-tidy] Fix findNextTokenSkippingComments & rangeC...
2023-04-01 Carlos Galvez[clang-tidy] Disable misc-definitions-in-headers for...
2023-03-31 Piotr Zegar[clang-tidy] Add readability-operators-representation...
2023-03-30 Piotr Zegar[clang-tidy] Fix example provided by add_new_check.py
2023-03-29 Piotr Zegar[clang-tidy] Fix if-constexpr false-positive in readabi...
2023-03-28 Carlos Galvez[clang-tidy] Add option to ignore capture default by...
2023-03-28 Chris Cotter[clang-tidy] Ignore unevaluated exprs in rvalue-referen...
2023-03-26 Carlos Galvez[clang-tidy] Add option to ignore user-defined literals...
2023-03-26 Piotr Zegar[clang-tidy] Correct union & macros handling in moderni...
2023-03-26 Piotr Zegar[clang-tidy] Add readability-avoid-unconditional-prepro...
2023-03-24 Carlos Galvez[clang-tidy][NFC] Improve naming convention in google...
2023-03-23 MarcoFalkeclang-tidy: Detect use-after-move in CXXCtorInitializer
2023-03-23 Carlos Galvez[clang-tidy] Ignore DISABLED_ in test suite name in...
2023-03-19 Alexis Murzeau[clang-tidy] readability-identifier-naming: fix hungari...
2023-03-18 Nathan James[clang-tidy] Fixed an issue in readability-identifier...
2023-03-18 Piotr Zegar[clang-tidy] Fix minor bug in bugprone-too-small-loop...
2023-03-16 Martin Braenne[clang-tidy] Correctly handle evaluation order of desig...
2023-03-15 Kazu HirataUse *{Map,Set}::contains (NFC)
2023-03-15 Kazu Hirata[clang-tools-extra] Use *{Set,Map}::contains (NFC)
2023-03-13 Mike Crowe[clang-tidy] Support readability-redundant-string-cstr...
2023-03-12 Mike Crowe[clang-tidy] Support std::format and std::print in...
2023-03-12 Piotr Zegar[clang-tidy] Fix rename_check.py
2023-03-12 Chris Cotter[clang-tidy] Implement CppCoreGuideline F.18
2023-03-11 Piotr Zegar[clang-tidy] Fix false-positive in cppcoreguidelines...
2023-03-10 Piotr Zegar[clang-tidy] Finish cppcoreguidelines-avoid-capturing...
2023-03-10 Noah Watkins[clang-tidy] add check for capturing lambda coroutines
2023-03-10 Florian Humblot[clang-tidy] Change readability-magic-numbers to allow...
next