aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/clang-tidy/checkers/readability
AgeCommit message (Expand)AuthorFilesLines
2023-08-28[clang-tidy][readability] add Leading_upper_snake_caseMasterCopy8GB2-14/+22
2023-08-26[clang-tidy] Container-size-empty fixed c++ version in tests to support stri...Felix1-4/+4
2023-08-22[clang-tidy] Fix test to not depend on D153156, which was revertedReid Kleckner1-3/+3
2023-08-22[clang-tidy][readability-braces-around-statements] ignore false-positive for ...Congcong Cai1-0/+22
2023-08-22[clang-tidy]mark record initList as non-const paramCongcong Cai1-0/+18
2023-08-21[clang-tidy] readability-container-size-empty - detect missing usage of .empt...Felix1-20/+38
2023-08-17[clang-tidy] Disable implicit search for a compilation db in some testsJustin Bogner2-2/+2
2023-08-15[clang-tidy] Fix handling of out-of-line functions in readability-static-acce...Piotr Zegar1-0/+17
2023-08-08[clang-tidy] `readability-implicit-bool-conversion.AllowIntegerConditions` ig...Fabian Wolff1-0/+3
2023-08-07[clang-tidy] Update tests to include C++23 and C++26Adrian Vogelsgesang1-1/+1
2023-08-07[clang-tidy][NFC] Update tests to CheckOptions using new syntaxPiotr Zegar8-14/+14
2023-08-07[clang-tidy][NFC] Update tests to specify CheckOptions using new syntaxNathan James41-592/+385
2023-08-06[clang-tidy] Fixed false-negative in readability-identifier-namingPiotr Zegar1-0/+16
2023-07-29[clang-tidy] Add readability-reference-to-constructed-temporary checkPiotr Zegar1-0/+30
2023-06-24[clang-tidy] Fix false negative in readability-convert-member-functions-to-st...Nathan James1-0/+18
2023-06-13[clang-tidy] Fix false positive in `readability-named-parameter` for defaulte...AMS211-0/+17
2023-06-12[clang-tidy] Readability-container-data-pointer adds new option to ignore Con...Felix1-5/+9
2023-05-31[clang] Show line numbers in diagnostic code snippetsTimm Bäder7-51/+51
2023-05-16Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder7-51/+51
2023-05-16[clang] Show line numbers in diagnostic code snippetsTimm Bäder7-51/+51
2023-05-10[clang-tidy] [test] Narrow down a special case to MSVC modeMartin Storsjö1-1/+1
2023-05-09[tidy][IdentifierNaming] Fix crashes on non-identifiersKadir Cetinkaya1-0/+11
2023-04-14[clang-tidy][NFC] Improved hungarian notation regression test at post-commit ...Douglas Chen2-238/+238
2023-04-11[clang-tidy] Fix hungarian notation failed to indicate the number of asterisk...Douglas Chen3-0/+24
2023-04-10[clang-tidy][NFC] Rename test files for simplify-boolean-expr to match check ...Piotr Zegar8-0/+0
2023-04-08[clang-tidy] Fix extern fixes in readability-redundant-declarationPiotr Zegar1-0/+6
2023-04-05[clang-tidy] Fix init-list handling in readability-implicit-bool-conversionPiotr Zegar1-0/+7
2023-04-04[clang-tidy] Fix readability-static-accessed-through-instance check for anony...AMS211-0/+57
2023-04-03[clang-tidy] support unscoped enumerations in readability-static-accessed-thr...Congcong Cai1-0/+21
2023-03-31[clang-tidy] Add readability-operators-representation checkPiotr Zegar2-0/+354
2023-03-29[clang-tidy] Fix if-constexpr false-positive in readability-misleading-indent...Piotr Zegar1-0/+29
2023-03-26[clang-tidy] Add option to ignore user-defined literals in readability-magic-...Carlos Galvez1-2/+14
2023-03-26[clang-tidy] Add readability-avoid-unconditional-preprocessor-if checkPiotr Zegar1-0/+94
2023-03-22[clang-tidy][NFC] Move avoid-underscore-in-googletest-name to google folderCarlos Galvez1-108/+0
2023-03-19[clang-tidy] readability-identifier-naming: fix hungarian enum prefix in CAlexis Murzeau4-98/+600
2023-03-18[clang-tidy] Fixed an issue in readability-identifier-naming not using option...Nathan James1-0/+12
2023-03-13[clang-tidy] Support readability-redundant-string-cstr.StringParameterFunctio...Mike Crowe1-0/+148
2023-03-12[clang-tidy] Support std::format and std::print in readability-redundant-stri...Mike Crowe1-0/+214
2023-03-12[clang-tidy] Make readability-container-size-empty check using <string> headerMike Crowe1-53/+40
2023-03-12[clang-tidy] Make readability-string-compare check use <string> headerMike Crowe1-22/+2
2023-03-11[clang-tidy] Make readability-container-data-pointer use <string> headerMike Crowe1-17/+2
2023-03-10[clang-tidy] Change readability-magic-numbers to allow numbers in type aliases.Florian Humblot1-1/+6
2023-03-10[clang-tidy] Fix readability-redundant-string-cstr for smart pointer #576705Mike Crowe1-0/+31
2023-03-05[clang-tidy] Extract string header from redundant-string-cstr checkerMike Crowe1-68/+2
2023-03-02[C++20][ClangTidy] Update the ClangTidy tests to also test in C++20 modeUtkarsh Saxena4-3/+4
2023-02-26[clang-tidy] readability-identifier-naming.HungarianNotation: rename CharPrin...Alexis Murzeau1-2/+2
2023-02-25[clang-tidy] Fix false-positive in readability-container-size-emptyPiotr Zegar1-37/+89
2023-02-24[clang-tidy] improve readability-identifier-naming hungarian options testAlexis Murzeau2-242/+246
2023-02-23[NFC] Remove the use of '-fcoroutines-ts' in a test of clang-tidyChuanqi Xu1-2/+2
2023-02-20[clang-tidy] add primitive types for hungarian identifier-naming (unsigned ch...Alexis Murzeau3-5/+17