aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/docs
AgeCommit message (Expand)AuthorFilesLines
2024-04-08[clang-tidy] Ignore non-forwarded arguments if they are unused (#87832)Danny Mösch1-2/+3
2024-04-08[clang-tidy] rename designated initializers (#86976)Edwin Vane1-1/+2
2024-04-07[clang-tidy] Add fix-its to `readability-avoid-return-with-void-value` check ...Danny Mösch1-0/+4
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-0/+4
2024-04-01[clang-tidy] add new check readability-enum-initial-value (#86129)Congcong Cai3-0/+82
2024-03-26[clang-tidy][NFC] Reorder entrys in release notesPiotr Zegar1-13/+13
2024-03-26[clang-tidy] Improved modernize-use-using by fixing a false-negative (#82947)Félix-Antoine Constantin1-0/+3
2024-03-26[clang-tidy] Improve performance of google-runtime-int (#86596)Piotr Zegar1-0/+3
2024-03-26[clang-tidy] Fix fix-it overlaps in readability-static-definition-in-anonymou...Piotr Zegar1-0/+5
2024-03-24[clang-tidy] Ignore expresions in unevaluated context in bugprone-inc-dec-in-...Piotr Zegar1-0/+4
2024-03-19[clang-tidy] Add bugprone-suspicious-stringview-data-usage check (#83716)Piotr Zegar3-0/+66
2024-03-19[clang-tidy] Add support for lambdas in cppcoreguidelines-owning-memory (#77246)Piotr Zegar1-0/+4
2024-03-09[clang-tidy]avoid bugprone-unused-return-value false positive for assignment ...Congcong Cai2-2/+4
2024-03-08[clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (#84236)Piotr Zegar2-11/+20
2024-03-08[clang-tidy]avoid bugprone-unused-return-value false positive for function wi...Congcong Cai2-17/+20
2024-03-07[clang-tidy] bugprone-assert-side-effect can detect side effect from non-cons...Congcong Cai1-0/+4
2024-03-06[clang-tidy] fix false negative in cppcoreguidelines-missing-std-forward (#83...Qizhi Hu1-1/+2
2024-03-05[clang-tidy] CRTP Constructor Accessibility Check (#82403)isuckatcs3-0/+105
2024-03-04[clang-tidy] Let `bugprone-use-after-move` also handle calls to `std::forward...AMS212-0/+16
2024-03-04[clang-tidy] bugprone-unused-return-value config now supports regexes (#82952)Félix-Antoine Constantin2-2/+7
2024-03-03[clang-tidy] Improve `google-explicit-constructor` checks handling of `explic...AMS211-0/+4
2024-02-29[clang-tidy] Add new check `modernize-use-designated-initializers` (#80541)Danny Mösch3-0/+69
2024-02-27[clang-tidy] Fix `cppcoreguidelines-missing-std-forward` false positive for d...AMS211-0/+4
2024-02-26[clang-tidy] Add support for determining constness of more expressions. (#82617)Clement Courbet1-0/+6
2024-02-25[run-clang-tidy.py] Add option to ignore source files from compilation databa...Alexander Scholz1-0/+4
2024-02-19[clang-tidy][readability-identifier-naming] Resolve symlinks for checking sty...Dmitry Polukhin1-0/+4
2024-02-18[clang-tidy] Keep parentheses when replacing index access in `sizeof` calls (...Danny Mösch1-0/+5
2024-02-18[clang-tidy] Fixes to readability-implicit-bool-conversion (#72050)Piotr Zegar1-0/+5
2024-02-17[clang-tidy] Fix handling of parentheses in bugprone-non-zero-enum-to-bool-co...Piotr Zegar1-0/+5
2024-02-16[clang-tidy] fix incorrect hint for InitListExpr in prefer-member-initializer...Congcong Cai1-1/+2
2024-02-14[clangd] Clean formatting modernize-use-override (#81435)Kevin Joseph1-0/+4
2024-02-14[clang-tidy] Removed redundant-inline-specifier warning on static data membe...Félix-Antoine Constantin1-0/+4
2024-02-13[clang-tidy] ignore local variable with [maybe_unused] attribute in bugprone-...Congcong Cai2-0/+5
2024-02-11[NFC] Correct C++ standard names (#81421)Danny Mösch4-4/+4
2024-02-09[clang-tidy][NFC] Fixes in release notes and documentationPiotr Zegar2-9/+9
2024-02-09[Clang-tidy] bugprone-too-small-loop-variable - false-negative when const var...Shourya Goel2-0/+8
2024-02-06Add clang-tidy check to suggest replacement of conditional statement with std...Bhuminjay Soni3-0/+36
2024-02-05Apply format only if --format is specified (#79466)Dmitry Polukhin1-0/+7
2024-02-02[clang-tidy] Remove check-specific HeaderFileExtensions and Implement… (#80...Carlos Galvez8-123/+33
2024-02-01[clang-tidy] Remove enforcement of rule C.48 from cppcoreguidelines-prefer-me...Carlos Galvez2-48/+14
2024-02-01[clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar2-0/+16
2024-01-31[clang-tidy] Remove cert-dcl21-cpp check (#80181)Carlos Galvez3-29/+3
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard1-455/+0
2024-01-23[clang-tidy][DOC] Update list.rstPiotr Zegar1-1/+1
2024-01-23[clang-tidy] Ignore user-defined literals in google-runtime-int (#78859)Félix-Antoine Constantin1-0/+3
2024-01-22[clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#...Julian Schmidt1-1/+2
2024-01-22[clang-tidy] Add bugprone-chained-comparison check (#76365)Piotr Zegar3-0/+80
2024-01-22[clang-tidy] Fix macros handling in cppcoreguidelines-prefer-member-initializ...Piotr Zegar1-1/+2
2024-01-21[clang-tidy] Fix handling of functional cast in google-readability-casting (#...Piotr Zegar1-0/+4