aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-13[clang-tidy] Add new check: `readability-use-concise-preprocessor-directives`...Victor Chernyakin1-0/+3
2025-06-23Revert "[clang-tidy] Add new check `readability-use-numeric-limits`" (#145355)Baranov Victor1-3/+0
2025-06-21[clang-tidy] Add new check `readability-use-numeric-limits` (#127430)Katherine Whitlock1-0/+3
2025-06-10[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings (#143482)Baranov Victor1-0/+1
2025-03-11[clang-tidy] Add bugprone-smartptr-reset-ambiguous-call check (#121291)Baranov Victor1-0/+3
2024-04-25[clang-tidy] Add clang-tidy check readability-math-missing-parentheses (#84481)Bhuminjay Soni1-0/+3
2024-04-01[clang-tidy] add new check readability-enum-initial-value (#86129)Congcong Cai1-0/+3
2024-02-06Add clang-tidy check to suggest replacement of conditional statement with std...Bhuminjay Soni1-0/+3
2024-01-20[clang-tidy] Added new check to detect redundant inline keyword (#73069)Félix-Antoine Constantin1-0/+3
2024-01-20[clang-tidy] Add readability-redundant-casting check (#70595)Piotr Zegar1-0/+3
2024-01-15[clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022)Congcong Cai1-0/+3
2024-01-06[clang-tidy] Add check `readability-avoid-return-with-void-value` (#76249)Danny Mösch1-0/+3
2023-07-29[clang-tidy] Add readability-reference-to-constructed-temporary checkPiotr Zegar1-0/+3
2023-03-31[clang-tidy] Add readability-operators-representation checkPiotr Zegar1-0/+3
2023-03-26[clang-tidy] Add readability-avoid-unconditional-preprocessor-if checkPiotr Zegar1-0/+3
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2022-01-24[clang-tidy] Add `readability-container-contains` checkAdrian Vogelsgesang1-0/+3
2022-01-23[clang-tidy] Add readability-duplicate-include checkRichard1-0/+3
2021-09-15Revert "Re-Revert "clang-tidy: introduce readability-containter-data-pointer ...Saleem Abdulrasool1-0/+3
2021-09-14Re-Revert "clang-tidy: introduce readability-containter-data-pointer check"Nico Weber1-3/+0
2021-09-14Revert "Revert "clang-tidy: introduce readability-containter-data-pointer che...Saleem Abdulrasool1-0/+3
2021-09-14Revert "clang-tidy: introduce readability-containter-data-pointer check"Nico Weber1-3/+0
2021-09-14clang-tidy: introduce readability-containter-data-pointer checkSaleem Abdulrasool1-0/+3
2021-08-12Add a check for enforcing minimum length for variable namesFlorin Iucha1-0/+3
2021-07-19[clang-tidy] Add 'readability-suspicious-call-argument' checkWhisperity1-0/+3
2021-03-16[clang-tidy] Remove readability-deleted-defaultNathan James1-3/+0
2020-10-03[clang-tidy] Implement readability-function-cognitive-complexity checkRoman Lebedev1-0/+3
2020-06-03[clang-tidy] add new check readability-use-anyofallofMatthias Gehre1-0/+3
2020-01-14Added readability-qualified-auto checkNathan James1-0/+3
2019-11-06[clang-tidy] Add readability-make-member-function-constMatthias Gehre1-0/+3
2019-10-30Add the readability-redundant-access-specifiers check.Aaron Ballman1-0/+3
2019-07-16[clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-11[clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna1-0/+3
2018-10-31Implement the readability-const-return-type check.Aaron Ballman1-0/+3
2018-10-31[clang-tidy] new check 'readability-isolate-declaration'Jonas Toth1-0/+3
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev1-0/+3
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev1-3/+0
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev1-0/+3
2018-08-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman1-0/+3
2018-05-16Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman1-0/+3
2018-03-07[clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song1-3/+0
2018-02-15[clang-tidy] Add `readability-simd-intrinsics` check.Fangrui Song1-0/+3
2018-01-30clang-tidy/rename_check.py misc-string-compare readability-string-compareAlexander Kornienko1-0/+3
2017-08-08[clang-tidy] Add new readability non-idiomatic static access checkGabor Horvath1-0/+3
2017-08-08[clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko1-3/+3
2017-02-14[clang-tidy] Add readability-misleading-indentation check.Gabor Horvath1-0/+3
2016-12-31[clang-tidy] Add delete null pointer check.Gabor Horvath1-0/+3
2016-12-13[clang-tidy] Add check for redundant function pointer dereferencesMalcolm Parsons1-0/+3
2016-11-01[clang-tidy] Add check readability-redundant-declarationDaniel Marjamaki1-0/+3