aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[clangd] Fix renaming single argument ObjC methods (#82396)David Goldman2-5/+152
2024-02-23[include-cleaner] Use FoundDecl only for using-shadow-decls (#82615)kadir çetinkaya2-15/+24
2024-02-23[clangd] Make tidy-rename tests conditionalKadir Cetinkaya1-1/+7
2024-02-23Reland "[clang] Preserve found-decl when constructing VarTemplateIds" (#82612)kadir çetinkaya1-8/+8
2024-02-20[clangd] forward clang-tidy's readability-identifier-naming fix to textDocume...Tom Praschan10-9/+182
2024-02-19[clangd] Do not offer extraction to variable for decl init expression (#69477)Christian Kandeler2-16/+55
2024-02-19[clang-tidy][readability-identifier-naming] Resolve symlinks for checking sty...Dmitry Polukhin5-2/+32
2024-02-18[clang-tidy] Keep parentheses when replacing index access in `sizeof` calls (...Danny Mösch3-3/+25
2024-02-18[clang-tidy] Fixes to readability-implicit-bool-conversion (#72050)Piotr Zegar3-4/+31
2024-02-17[clang-tidy] Fix handling of parentheses in bugprone-non-zero-enum-to-bool-co...Piotr Zegar3-1/+8
2024-02-16[clang-tidy] fix incorrect hint for InitListExpr in prefer-member-initializer...Congcong Cai3-1/+30
2024-02-15Add support for renaming objc methods, even those with multiple selector piec...David Goldman10-86/+692
2024-02-15[clangd][test] Fix -Wmissing-field-initializers in DiagnosticsTests.cpp (NFC)Jie Fu1-2/+4
2024-02-14[clangd] Clean formatting modernize-use-override (#81435)Kevin Joseph4-3/+58
2024-02-14[clang-tidy] Removed redundant-inline-specifier warning on static data membe...Félix-Antoine Constantin3-3/+25
2024-02-13[clang-tidy] ignore local variable with [maybe_unused] attribute in bugprone-...Congcong Cai4-0/+7
2024-02-11[NFC] Correct C++ standard names (#81421)Danny Mösch5-5/+5
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 Goel4-4/+28
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 Svoboda24-53/+75
2024-02-06Add clang-tidy check to suggest replacement of conditional statement with std...Bhuminjay Soni8-0/+524
2024-02-05Apply format only if --format is specified (#79466)Dmitry Polukhin7-1/+69
2024-02-05[clangd] Handle IndirectFieldDecl in kindForDecl (#80588)Nathan Ridge2-1/+17
2024-02-04[Driver] Report invalid target triple versions for all environment types. (#7...ZijunZhaoCCK1-1/+1
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 Galvez24-386/+54
2024-02-01[clang-tidy] Remove enforcement of rule C.48 from cppcoreguidelines-prefer-me...Carlos Galvez6-277/+100
2024-02-01[clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar6-6/+61
2024-01-31[clang-tidy] Remove cert-dcl21-cpp check (#80181)Carlos Galvez9-282/+3
2024-01-31[clang] static operators should evaluate object argument (reland) (#80108)Tianlan Zhou1-5/+1
2024-01-30[clang-tidy] Use StringRef::starts_with (NFC)Kazu Hirata1-1/+1
2024-01-28[clangd] Fix isSpelledInSource crash on invalid FileID (#76668)Andrew Schenk2-1/+24
2024-01-27[clang-tidy] Use StringRef::consume_back (NFC)Kazu Hirata1-2/+1
2024-01-26[clang-tools-extra] Use SmallString::operator std::string (NFC)Kazu Hirata8-9/+9
2024-01-26[clangd] fix clang-tidy warning (llvm-qualified-auto) (#79617)Nour12481-1/+1
2024-01-25[clangd] Silence warning when compiling with MSVC targetting x86Alexandre Ganea1-1/+1
2024-01-25[clang-apply-replacements] Add support for the `.yml` file extension (#78842)Daniil Dudkin5-1/+96
2024-01-24[clangd] Use SmallString::operator std::string (NFC)Kazu Hirata6-9/+9
2024-01-24[NFC] Fix various unintentional `//namespace` formattingJordan Rupprecht3-5/+5
2024-01-24[clangd] Make sure ninja can clean "ClangdXPC.framework" (#75669)Jan Svoboda1-0/+6
2024-01-24[include-cleaner] Check emptiness instead of occurences (#79154)kadir çetinkaya2-2/+10
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard1-455/+0
2024-01-23[misc-coroutine-hostile-raii] Use getOperand instead of getCommonExpr. (#79206)Utkarsh Saxena2-2/+34
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 Constantin3-9/+23
2024-01-22[clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#...Julian Schmidt2-1/+30
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu1-1/+1
2024-01-22[clang-tidy] Add bugprone-chained-comparison check (#76365)Piotr Zegar9-0/+435