aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2024-01-23[misc-coroutine-hostile-raii] Use getOperand instead of getCommonExpr. (#79206)Utkarsh Saxena1-1/+1
2024-01-23[clang-tidy] Ignore user-defined literals in google-runtime-int (#78859)Félix-Antoine Constantin1-5/+14
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu1-1/+1
2024-01-22[clang-tidy] Add bugprone-chained-comparison check (#76365)Piotr Zegar4-0/+188
2024-01-22[clang-tidy] Fix macros handling in cppcoreguidelines-prefer-member-initializ...Piotr Zegar1-4/+4
2024-01-22[clang-tidy] Use llvm::any_of (NFC)Kazu Hirata1-1/+1
2024-01-22[clang] Remove `CXXNewInitializationStyle::Implicit` (#78793)Vlad Serebrennikov1-4/+3
2024-01-21[clang-tidy] Fix handling of functional cast in google-readability-casting (#...Piotr Zegar2-5/+10
2024-01-20[clang-tidy] fix modernize-use-auto incorrect fix hints for pointer (#77943)Congcong Cai1-15/+41
2024-01-20[clang-tidy] Added new check to detect redundant inline keyword (#73069)Félix-Antoine Constantin4-0/+178
2024-01-20[clang-tidy] Add readability-redundant-casting check (#70595)Piotr Zegar5-0/+295
2024-01-20[clang-tidy] Fix crash in modernize-loop-convert when int is used as iterator...Piotr Zegar1-4/+8
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin2-5/+6
2024-01-16[clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion ...Piotr Zegar3-29/+44
2024-01-16[NFC][clang-tidy]improve performance for misc-unused-using-decls check (#78231)Congcong Cai2-4/+11
2024-01-16[clang-tidy] Handle C++ structured bindings in `performance-for-range-copy` (...Clement Courbet1-3/+10
2024-01-16[NFC]add - at the beginning for alignmentCongcong Cai1-1/+1
2024-01-15[clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022)Congcong Cai4-0/+89
2024-01-15[clang-tidy]fix readability-implicit-bool-conversion false-positives when com...Congcong Cai1-3/+2
2024-01-14[clang-tidy] Use StringRef::consume_front (NFC)Kazu Hirata1-5/+1
2024-01-14[clang-tidy] Fix false-positives in readability-container-size-empty (#74140)Piotr Zegar1-4/+28
2024-01-14[clang-tidy] Add support for in-class initializers in readability-redundant-m...Piotr Zegar1-22/+51
2024-01-14Fix #75686: add iter_swap and iter_move to the matched name (#76117)Da-Viper2-9/+16
2024-01-14[clang-tidy] Add option to ignore macros in `readability-simplify-boolean-exp...Danny Mösch2-1/+10
2024-01-13[clang-tidy] Invalid Fix-It generated for implicit-widening-multiplication-r...Félix-Antoine Constantin1-8/+19
2024-01-12[clang-tidy] Use StringRef::ltrim (NFC)Kazu Hirata1-1/+1
2024-01-12[clang-tidy] Fix false-positives in misc-static-assert caused by non-constexp...Piotr Zegar1-1/+9
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka1-1/+1
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu1-1/+1
2024-01-09[clang-tidy]unused using decls only check cpp files (#77335)Congcong Cai1-0/+3
2024-01-06[clang-tidy] fix false positive in cppcoreguidelines-missing-std-forward (#77...Qizhi Hu1-2/+58
2024-01-06[clang-tidy] Add check `readability-avoid-return-with-void-value` (#76249)Danny Mösch4-0/+105
2024-01-04[clang-tidy][NFC] Code format - leftover after #66169Piotr Zegar1-3/+2
2024-01-04[clang-tidy] Fix bug in modernize-use-emplace (#66169)Chris Cotter1-5/+11
2023-12-27[clang-tidy][misleading-indentation]ignore false-positives for line started w...Congcong Cai2-4/+21
2023-12-26[clang-tidy] Treat fields in anonymous records as names in enclosing scope wh...Sirui Mu4-92/+182
2023-12-26[clang-tidy] Fix compilation of modernize-use-using checkPiotr Zegar1-1/+1
2023-12-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper2-6/+26
2023-12-26Revert "[clang-tidy] Don't replace typedefs in extern c scope (#69102)"Piotr Zegar2-26/+6
2023-12-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper2-6/+26
2023-12-26Allow to pass config file to clang-tidy-diff (#75457)Michael Lettrich1-0/+8
2023-12-25[clang-tidy] add std::span to the default types. (#76116)Da-Viper1-1/+2
2023-12-25[clang-tidy] Fixes for bugprone-unused-local-non-trivial-variablePiotr Zegar1-1/+1
2023-12-25[clang-tidy] introduce a unused local non trival variable check (#76101)Tyler Rockwood4-0/+139
2023-12-23[clang-tidy] Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2023-12-13[clang-tidy] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata33-67/+69
2023-12-09[clang-tools-extra] Use llvm::to_underlying (NFC)Kazu Hirata1-6/+5
2023-12-08[clang] NFC: Remove `OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr` (#...Jan Svoboda1-1/+1
2023-12-08[clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr` (#74899)Jan Svoboda1-1/+1
2023-12-07[clang-tidy] Add check hicpp-ignored-remove-result (#73119)Björn Svensson6-1/+85