aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/test
AgeCommit message (Expand)AuthorFilesLines
2024-02-27[clang-tidy] Fix `cppcoreguidelines-missing-std-forward` false positive for d...AMS211-0/+15
2024-02-26[clang-tidy] Add support for determining constness of more expressions. (#82617)Clement Courbet1-11/+16
2024-02-19[clang-tidy][readability-identifier-naming] Resolve symlinks for checking sty...Dmitry Polukhin3-0/+23
2024-02-18[clang-tidy] Keep parentheses when replacing index access in `sizeof` calls (...Danny Mösch1-0/+13
2024-02-18[clang-tidy] Fixes to readability-implicit-bool-conversion (#72050)Piotr Zegar1-0/+9
2024-02-17[clang-tidy] Fix handling of parentheses in bugprone-non-zero-enum-to-bool-co...Piotr Zegar1-0/+2
2024-02-16[clang-tidy] fix incorrect hint for InitListExpr in prefer-member-initializer...Congcong Cai1-0/+23
2024-02-14[clangd] Clean formatting modernize-use-override (#81435)Kevin Joseph1-0/+5
2024-02-14[clang-tidy] Removed redundant-inline-specifier warning on static data membe...Félix-Antoine Constantin1-0/+14
2024-02-13[clang-tidy] ignore local variable with [maybe_unused] attribute in bugprone-...Congcong Cai1-0/+1
2024-02-09[Clang-tidy] bugprone-too-small-loop-variable - false-negative when const var...Shourya Goel1-0/+12
2024-02-08[clang-tidy] Fix failing test after #80864 (#81171)Krystian Stasiowski1-1/+2
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-4/+8
2024-02-06Add clang-tidy check to suggest replacement of conditional statement with std...Bhuminjay Soni1-0/+254
2024-02-05Apply format only if --format is specified (#79466)Dmitry Polukhin5-0/+61
2024-02-04[Driver] Report invalid target triple versions for all environment types. (#7...ZijunZhaoCCK1-1/+1
2024-02-01[clang-tidy] Remove enforcement of rule C.48 from cppcoreguidelines-prefer-me...Carlos Galvez2-66/+0
2024-02-01[clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar2-0/+15
2024-01-31[clang-tidy] Remove cert-dcl21-cpp check (#80181)Carlos Galvez1-134/+0
2024-01-25[clang-apply-replacements] Add support for the `.yml` file extension (#78842)Daniil Dudkin4-0/+89
2024-01-24[NFC] Fix various unintentional `//namespace` formattingJordan Rupprecht3-5/+5
2024-01-23[misc-coroutine-hostile-raii] Use getOperand instead of getCommonExpr. (#79206)Utkarsh Saxena1-1/+33
2024-01-23[clang-tidy] Ignore user-defined literals in google-runtime-int (#78859)Félix-Antoine Constantin1-4/+6
2024-01-22[clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#...Julian Schmidt1-0/+28
2024-01-22[clang-tidy] Add bugprone-chained-comparison check (#76365)Piotr Zegar2-0/+167
2024-01-22[clang-tidy] Fix macros handling in cppcoreguidelines-prefer-member-initializ...Piotr Zegar1-0/+30
2024-01-21[clang-tidy][NFC] Enable exceptions in test for google-readability-castingPiotr Zegar1-1/+1
2024-01-21[clang-tidy] Fix handling of functional cast in google-readability-casting (#...Piotr Zegar1-10/+5
2024-01-20[clang-tidy] fix modernize-use-auto incorrect fix hints for pointer (#77943)Congcong Cai1-0/+29
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-20[clang-tidy] Fix crash in modernize-loop-convert when int is used as iterator...Piotr Zegar1-0/+13
2024-01-16[clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion ...Piotr Zegar3-78/+94
2024-01-16[clang-tidy] Handle C++ structured bindings in `performance-for-range-copy` (...Clement Courbet1-5/+26
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-14Fix #75686: add iter_swap and iter_move to the matched name (#76117)Da-Viper2-0/+14
2024-01-14[clang-tidy] Add option to ignore macros in `readability-simplify-boolean-exp...Danny Mösch1-0/+20
2024-01-13[clang-tidy] Invalid Fix-It generated for implicit-widening-multiplication-r...Félix-Antoine Constantin3-8/+8
2024-01-12[clang-tidy] Fix false-positives in misc-static-assert caused by non-constexp...Piotr Zegar1-0/+42
2024-01-06[clang-tidy] fix false positive in cppcoreguidelines-missing-std-forward (#77...Qizhi Hu1-3/+28
2024-01-06[clang-tidy] Add check `readability-avoid-return-with-void-value` (#76249)Danny Mösch1-0/+69
2024-01-04[clang-tidy] Fix bug in modernize-use-emplace (#66169)Chris Cotter1-0/+13
2024-01-04Reapply "[Clang][Sema] Diagnose unexpanded packs in the template argument lis...Krystian Stasiowski1-1/+1
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-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper2-0/+31
2023-12-26Revert "[clang-tidy] Don't replace typedefs in extern c scope (#69102)"Piotr Zegar2-31/+0