aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2024-04-08[clang-tidy] Ignore non-forwarded arguments if they are unused (#87832)Danny Mösch1-7/+14
2024-04-08[clang-tidy] rename designated initializers (#86976)Edwin Vane1-3/+19
2024-04-07[clang-tidy] Add fix-its to `readability-avoid-return-with-void-value` check ...Danny Mösch6-144/+303
2024-04-06[clang-tidy] Fix readability-duplicate-include for includes with macro (#87433)Mike1-0/+4
2024-04-05[clang-tidy] hicpp-ignored-remove-result ignore functions with same prefixes ...Congcong Cai1-3/+3
2024-04-01[clang-tidy] add new check readability-enum-initial-value (#86129)Congcong Cai4-0/+242
2024-03-31[clang-tidy] Fix buffer overflow in compareHeaders (#87213)Vitaly Buka1-1/+1
2024-03-31Revert "[clang-tidy][NFC] Remove duplicated code"Piotr Zegar45-298/+288
2024-03-31[clang-tidy][NFC] Remove duplicated codePiotr Zegar45-288/+298
2024-03-26[clang-tidy] Improved modernize-use-using by fixing a false-negative (#82947)Félix-Antoine Constantin1-3/+21
2024-03-26[clang-tidy] Improve performance of google-runtime-int (#86596)Piotr Zegar2-8/+36
2024-03-26[clang-tidy] Fix fix-it overlaps in readability-static-definition-in-anonymou...Piotr Zegar1-0/+6
2024-03-24[clang-tidy] Ignore expresions in unevaluated context in bugprone-inc-dec-in-...Piotr Zegar1-1/+7
2024-03-23[clang-tidy] Fix result check after overwriteChangedFiles() (#86360)Mike Rice1-1/+1
2024-03-19[clang-tidy] Add bugprone-suspicious-stringview-data-usage check (#83716)Piotr Zegar4-0/+139
2024-03-19[clang-tidy] Add support for lambdas in cppcoreguidelines-owning-memory (#77246)Piotr Zegar1-7/+59
2024-03-18[clang-tidy]bugprone-unused-return-value ignore `++` and `--` operator overlo...Congcong Cai1-19/+22
2024-03-18[clang-tidy][NFC] Remove unnecessary nullptr check on cast subexpr (#85473)Mike Rice1-2/+1
2024-03-09[clang-tidy]avoid bugprone-unused-return-value false positive for assignment ...Congcong Cai1-10/+23
2024-03-08[clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (#84236)Piotr Zegar1-2/+8
2024-03-08[clang-tidy]avoid bugprone-unused-return-value false positive for function wi...Congcong Cai1-92/+92
2024-03-07[clang-tidy] `isOnlyUsedAsConst`: Handle static method calls. (#84005)Clement Courbet1-4/+5
2024-03-07[clang-tidy] bugprone-assert-side-effect can detect side effect from non-cons...Congcong Cai1-5/+15
2024-03-06[clang-tidy] fix false negative in cppcoreguidelines-missing-std-forward (#83...Qizhi Hu1-4/+6
2024-03-05[clang-tidy] CRTP Constructor Accessibility Check (#82403)isuckatcs4-0/+217
2024-03-04[clang-tidy] Let `bugprone-use-after-move` also handle calls to `std::forward...AMS211-15/+42
2024-03-04[clang-tidy] bugprone-unused-return-value config now supports regexes (#82952)Félix-Antoine Constantin3-107/+109
2024-03-03[clang-tidy] Improve `google-explicit-constructor` checks handling of `explic...AMS211-8/+25
2024-02-29[clang-tidy][NFC] Fix buffer overflow in modernize-use-designated-initializersPiotr Zegar1-1/+1
2024-02-29[clang-tidy] Add new check `modernize-use-designated-initializers` (#80541)Danny Mösch7-0/+466
2024-02-27[clang-tidy] Fix `cppcoreguidelines-missing-std-forward` false positive for d...AMS211-1/+2
2024-02-26[clang-tidy] Add support for determining constness of more expressions. (#82617)Clement Courbet3-66/+204
2024-02-25[run-clang-tidy.py] Add option to ignore source files from compilation databa...Alexander Scholz1-0/+20
2024-02-19[clang-tidy][readability-identifier-naming] Resolve symlinks for checking sty...Dmitry Polukhin1-2/+5
2024-02-18[clang-tidy] Keep parentheses when replacing index access in `sizeof` calls (...Danny Mösch1-3/+7
2024-02-18[clang-tidy] Fixes to readability-implicit-bool-conversion (#72050)Piotr Zegar1-4/+17
2024-02-17[clang-tidy] Fix handling of parentheses in bugprone-non-zero-enum-to-bool-co...Piotr Zegar1-1/+1
2024-02-16[clang-tidy] fix incorrect hint for InitListExpr in prefer-member-initializer...Congcong Cai1-0/+5
2024-02-14[clangd] Clean formatting modernize-use-override (#81435)Kevin Joseph1-3/+9
2024-02-14[clang-tidy] Removed redundant-inline-specifier warning on static data membe...Félix-Antoine Constantin1-3/+7
2024-02-13[clang-tidy] ignore local variable with [maybe_unused] attribute in bugprone-...Congcong Cai1-0/+1
2024-02-11[NFC] Correct C++ standard names (#81421)Danny Mösch1-1/+1
2024-02-09[Clang-tidy] bugprone-too-small-loop-variable - false-negative when const var...Shourya Goel1-4/+8
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda13-28/+37
2024-02-06Add clang-tidy check to suggest replacement of conditional statement with std...Bhuminjay Soni4-0/+234
2024-02-04[clang-tidy] Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2024-02-03[clang-tidy] Fix warnings caused by "new check" template (#80537)Danny Mösch1-2/+1
2024-02-02[clang-tidy] Remove check-specific HeaderFileExtensions and Implement… (#80...Carlos Galvez16-263/+21
2024-02-01[clang-tidy] Remove enforcement of rule C.48 from cppcoreguidelines-prefer-me...Carlos Galvez2-163/+86
2024-02-01[clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar2-6/+30