aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-14[clang-tidy][NFC] Switch to new file header style (#158497)Victor Chernyakin1-1/+1
2025-09-08[clang-tidy][NFC] Enable `readability-container-contains` check in clang-tidy...flovent1-1/+1
2025-06-10[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings (#143482)Baranov Victor1-3/+3
2025-05-25[clang-tidy] Remove unused includes (NFC) (#141420)Kazu Hirata1-2/+0
2024-09-18[clang-tidy][NFC] fix typo in clang-tools-extra/clang-tidy/modernize/LoopConv...Congcong Cai1-3/+3
2024-05-12Use StringRef::operator== instead of StringRef::equals (NFC) (#91864)Kazu Hirata1-1/+1
2024-03-31Revert "[clang-tidy][NFC] Remove duplicated code"Piotr Zegar1-2/+2
2024-03-31[clang-tidy][NFC] Remove duplicated codePiotr Zegar1-2/+2
2024-02-18[clang-tidy] Keep parentheses when replacing index access in `sizeof` calls (...Danny Mösch1-3/+7
2024-01-20[clang-tidy] Fix crash in modernize-loop-convert when int is used as iterator...Piotr Zegar1-4/+8
2023-10-16[clang-tidy][modernize-loop-convert]check isDependentSizedArrayType (#69062)Congcong Cai1-0/+1
2023-08-30[clang-tidy][NFC] Fix llvm-else-after-return findingsPiotr Zegar1-2/+2
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-2/+2
2023-08-27[clang-tidy][NFC] Fix llvm-else-after-return findingsPiotr Zegar1-7/+7
2023-08-27[clang-tidy][NFC] Fix modernize-return-braced-init-list findingsPiotr Zegar1-3/+3
2023-08-07[clang-tidy] Remove 'const' qualifiers on return types that do nothingDmitri Gribenko1-3/+3
2023-08-05[clang-tidy] Support begin/end free functions in modernize-loop-convertChris Cotter1-44/+149
2023-06-14[clang-tidy] Fix wrong code generation for `modernize-loop-convert` with stru...AMS211-21/+40
2023-05-12[clang-tidy] Modernize RangeDescriptor (NFC)Kazu Hirata1-4/+0
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2023-01-10[clang-tidy] Match derived types in in modernize-loop-convertChris Cotter1-9/+10
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-2/+2
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata1-1/+0
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James1-4/+8
2021-12-24Use isa instead of dyn_cast (NFC)Kazu Hirata1-1/+1
2021-11-15[clang-tidy] Fix a crash in modernize-loop-convert around conversion operatorsKristóf Umann1-2/+2
2021-06-09[clang] NFC: Rename rvalue to prvalueMatheus Izvekov1-1/+1
2021-03-04[clang-tidy] Extend LoopConvert on array with `!=` comparisonNathan James1-28/+27
2021-03-03[clang-tidy][NFC] Use equalsBoundNode matchers to simplify LoopConvertCheckNathan James1-47/+17
2021-02-07[clang-tidy] fix modernize-loop-convert to retain needed array-like operator[]poelmanc1-3/+4
2021-02-03[clang-tidy] Use new mapping matchersStephen Kelly1-13/+3
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-16/+18
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-10/+5
2020-12-08[clang-tidy] Add support for diagnostics with no locationNathan James1-5/+4
2020-10-16[clang-tidy] modernize-loop-convert reverse iteration supportNathan James1-29/+110
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James1-25/+29
2020-07-07[NFC] Use hasAnyName matcher in place of anyOf(hasName()...)Nathan James1-7/+4
2020-06-29Revert "[clang-tidy] relanding b9306fd"Nathan James1-29/+25
2020-06-29[clang-tidy] relanding b9306fdNathan James1-25/+29
2020-06-28Revert "[clang-tidy] Reworked enum options handling(again)"Nico Weber1-29/+25
2020-06-28[clang-tidy] Reworked enum options handling(again)Nathan James1-25/+29
2020-06-21[clang-tidy] Implement storeOptions for checks missing it.Nathan James1-1/+1
2020-06-04[clang-tidy][modernize-loop-convert] Make loop var type human readableZinovy Nis1-0/+1