aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/docs
AgeCommit message (Expand)AuthorFilesLines
2024-03-14[clangd] Add clangd 18 release notes (#84436)Nathan Ridge1-7/+36
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
2024-01-20[clang-tidy] fix modernize-use-auto incorrect fix hints for pointer (#77943)Congcong Cai1-0/+4
2024-01-20[clang-tidy] Added new check to detect redundant inline keyword (#73069)Félix-Antoine Constantin3-0/+38
2024-01-20[clang-tidy] Add readability-redundant-casting check (#70595)Piotr Zegar3-0/+44
2024-01-20[clang-tidy] Fix crash in modernize-loop-convert when int is used as iterator...Piotr Zegar1-2/+3
2024-01-16[clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion ...Piotr Zegar1-2/+2
2024-01-16[clang-tidy] Handle C++ structured bindings in `performance-for-range-copy` (...Clement Courbet1-0/+4
2024-01-15[clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022)Congcong Cai3-0/+27
2024-01-15[clang-tidy]fix readability-implicit-bool-conversion false-positives when com...Congcong Cai1-1/+2
2024-01-14[clang-tidy] Fix false-positives in readability-container-size-empty (#74140)Piotr Zegar1-1/+3
2024-01-14[clang-tidy] Add support for in-class initializers in readability-redundant-m...Piotr Zegar2-1/+6
2024-01-14[clang-tidy][DOC] Fix some speling mistakes in release notesPiotr Zegar1-16/+16
2024-01-14Fix #75686: add iter_swap and iter_move to the matched name (#76117)Da-Viper3-3/+10
2024-01-14[clang-tidy] Add option to ignore macros in `readability-simplify-boolean-exp...Danny Mösch2-2/+12
2024-01-13[clang-tidy] Invalid Fix-It generated for implicit-widening-multiplication-r...Félix-Antoine Constantin1-0/+4
2024-01-13[NFC]fix incorrect autosar link in clang-tidy docCongcong Cai1-1/+1
2024-01-13[NFC]update autosar link in clang-tidy docCongcong Cai2-1/+4
2024-01-12[clang-tidy] Fix false-positives in misc-static-assert caused by non-constexp...Piotr Zegar1-1/+5
2024-01-09[clang-tidy] Improve performance of misc-const-correctness (#72705)Piotr Zegar1-1/+2
2024-01-09[clang-tidy]unused using decls only check cpp files (#77335)Congcong Cai1-1/+1
2024-01-06[clang-tidy] fix false positive in cppcoreguidelines-missing-std-forward (#77...Qizhi Hu1-0/+4
2024-01-06[clang-tidy] Add check `readability-avoid-return-with-void-value` (#76249)Danny Mösch3-0/+58
2024-01-04[clang-tidy] Fix bug in modernize-use-emplace (#66169)Chris Cotter1-0/+4
2024-01-02[clang-tidy][DOC] Generate documentation for new Clang-Analyzer checksPiotr Zegar5-0/+57
2023-12-27[clang-tidy][misleading-indentation]ignore false-positives for line started w...Congcong Cai1-0/+4
2023-12-26[clang-tidy] Treat fields in anonymous records as names in enclosing scope wh...Sirui Mu2-1/+31
2023-12-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper2-1/+15
2023-12-26Revert "[clang-tidy] Don't replace typedefs in extern c scope (#69102)"Piotr Zegar2-15/+1
2023-12-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper2-1/+15
2023-12-26Allow to pass config file to clang-tidy-diff (#75457)Michael Lettrich1-4/+11
2023-12-25[clng-tidy][NFC] Update documentation for readability-simplify-subscript-exprPiotr Zegar1-0/+4
2023-12-25[clang-tidy] add std::span to the default types. (#76116)Da-Viper1-1/+1
2023-12-25[clang-tidy] Fixes for bugprone-unused-local-non-trivial-variablePiotr Zegar1-5/+4
2023-12-25[clang-tidy] introduce a unused local non trival variable check (#76101)Tyler Rockwood3-0/+62
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer1-1/+1
2023-12-07[clang-tidy] Add check hicpp-ignored-remove-result (#73119)Björn Svensson3-0/+31
2023-12-06[clang-tidy] add modernize-use-std-numbers (#66583)Julian Schmidt3-0/+82
2023-12-06Revert "[clang-tidy] add modernize-use-std-numbers (#66583)"Piotr Zegar3-82/+0
2023-12-06[clang-tidy] add modernize-use-std-numbers (#66583)Julian Schmidt3-0/+82
2023-12-04[clang-tidy] readability-container-contains literal suffixes (#74215)Thomas Schenker1-0/+4
2023-12-04Fix #41439: Update the documentation with the correct information. (#69377)Da-Viper1-2/+11
2023-12-04[clang-tidy] Add new modernize-use-starts-ends-with check (#72385)Nicolas van Kempen4-0/+34
2023-11-27[clangtidy] Allow safe suspensions in coroutine-hostile-raii check (#72954)Utkarsh Saxena1-5/+38
2023-11-18[clang-tidy] Improve alternate snake case warnings (#71385)J.C. Moyer1-1/+2