aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/clang-tidy/checkers/readability
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok1-1/+1
2024-06-09[clang-tidy] Ignore implicit functions in readability-implicit-bool-conversio...Piotr Zegar1-0/+31
2024-06-09[clang-tidy] Ignore non-math operators in readability-math-missing-parenthese...Piotr Zegar1-0/+17
2024-06-06[clang-tidy] Fix crash in readability-container-size-empty (#94527)Piotr Zegar1-0/+6
2024-06-05[clang-tidy] Fix handling of members in readability-redundant-member-init (#9...Piotr Zegar1-0/+16
2024-05-30[clang-tidy] Check number of arguments to size/length in readability-containe...Piotr Zegar1-0/+28
2024-05-23[clang-tidy] Correcting issues in `readability-implicit-bool-conversion` on C...Björn Svensson1-0/+354
2024-05-21[clang-tidy] Rename out-of-line function definitions (#91954)Edwin Vane1-0/+30
2024-05-13[clang-tidy] Ignore `if consteval` in else-after-return (#91588)Jover1-0/+17
2024-05-11[clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression exp...Congcong Cai1-4/+14
2024-05-09[NFC][clang-tidy] remove magic-numbers-todo.cpp (#91577)Congcong Cai1-15/+0
2024-05-09[clang-tidy] check `std::string_view` and custom string-like classes in `read...Vadim D2-0/+58
2024-05-08[clang-tidy] Handle expr with side-effects in readability-static-accessed-thr...Piotr Zegar1-7/+31
2024-05-03[clang-tools-extra,test] Convert text files from CRLF to LFFangrui Song4-39/+39
2024-05-02[clang-tidy] Relax readability-const-return-type (#90560)Piotr Zegar1-3/+17
2024-04-30[clang-tidy] fix false-negative for macros in `readability-math-missing-paren...Julian Schmidt1-0/+22
2024-04-25[clang-tidy] Add clang-tidy check readability-math-missing-parentheses (#84481)Bhuminjay Soni1-0/+120
2024-04-10[clang-tidy] Allow renaming macro arguments (#87792)Edwin Vane1-5/+18
2024-04-08[clang-tidy] rename designated initializers (#86976)Edwin Vane1-0/+10
2024-04-07[clang-tidy] Add fix-its to `readability-avoid-return-with-void-value` check ...Danny Mösch1-5/+46
2024-04-06[clang-tidy] Fix readability-duplicate-include for includes with macro (#87433)Mike1-0/+15
2024-04-01[clang-tidy] add new check readability-enum-initial-value (#86129)Congcong Cai2-0/+107
2024-03-26[clang-tidy] Fix fix-it overlaps in readability-static-definition-in-anonymou...Piotr Zegar1-0/+11
2024-03-08[clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (#84236)Piotr Zegar2-0/+738
2024-02-19[clang-tidy][readability-identifier-naming] Resolve symlinks for checking sty...Dmitry Polukhin3-0/+23
2024-02-18[clang-tidy] Fixes to readability-implicit-bool-conversion (#72050)Piotr Zegar1-0/+9
2024-02-14[clang-tidy] Removed redundant-inline-specifier warning on static data membe...Félix-Antoine Constantin1-0/+14
2024-02-06Add clang-tidy check to suggest replacement of conditional statement with std...Bhuminjay Soni1-0/+254
2024-01-20[clang-tidy] Added new check to detect redundant inline keyword (#73069)Félix-Antoine Constantin1-0/+137
2024-01-20[clang-tidy] Add readability-redundant-casting check (#70595)Piotr Zegar1-0/+223
2024-01-16[clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion ...Piotr Zegar3-78/+94
2024-01-15[clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022)Congcong Cai1-0/+24
2024-01-15[clang-tidy]fix readability-implicit-bool-conversion false-positives when com...Congcong Cai1-0/+3
2024-01-14[clang-tidy] Fix false-positives in readability-container-size-empty (#74140)Piotr Zegar1-6/+52
2024-01-14[clang-tidy] Add support for in-class initializers in readability-redundant-m...Piotr Zegar1-0/+52
2024-01-14[clang-tidy] Add option to ignore macros in `readability-simplify-boolean-exp...Danny Mösch1-0/+20
2024-01-06[clang-tidy] Add check `readability-avoid-return-with-void-value` (#76249)Danny Mösch1-0/+69
2023-12-27[clang-tidy][misleading-indentation]ignore false-positives for line started w...Congcong Cai1-0/+9
2023-12-26[clang-tidy] Treat fields in anonymous records as names in enclosing scope wh...Sirui Mu1-0/+185
2023-12-04[clang-tidy] readability-container-contains literal suffixes (#74215)Thomas Schenker1-0/+31
2023-12-04[clang-tidy] Add new modernize-use-starts-ends-with check (#72385)Nicolas van Kempen1-2/+2
2023-11-18[clang-tidy] Improve alternate snake case warnings (#71385)J.C. Moyer2-1/+62
2023-11-14[clang-tidy] Improved readability-bool-conversion to be more consistent when ...Félix-Antoine Constantin1-0/+30
2023-11-09[clang-tidy] readability-identifier-naming: add support for concepts (#71586)nvartolomei1-0/+10
2023-10-29[clang-tidy] Fix readability-avoid-const-params-in-decls - point to the corre...Da-Viper1-7/+7
2023-10-09[clang-tidy] Add support for optional parameters in config.Felix1-2/+14
2023-09-20[clang-tidy] Fix support for typedefs in readability-identifier-naming (#66835)Piotr Zegar1-0/+26
2023-09-17[clang-tidy] Avoid checking magic numbers if _BitInt (#65888)vabridgers1-0/+6
2023-09-03[clang-tidy] readability-identifier-naming - fix StructCase and UnionCase in ...Piotr Zegar3-4/+16
2023-08-31[clang-tidy] readability-container-size-empty handle std::string length()Piotr Zegar1-6/+33