aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Fixing test from 8467457afc61d70e881c9817ace26356ef757733Aaron Ballman1-1/+1
2024-03-11[clangd] Fix JSON conversion for symbol tags (#84747)Christian Kandeler1-1/+1
2024-03-11[clangd] Avoid libFormat's objective-c guessing heuristic where possible (#84...Nathan Ridge8-12/+68
2024-03-09[clang-tidy]avoid bugprone-unused-return-value false positive for assignment ...Congcong Cai4-12/+57
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer1-2/+1
2024-03-08[clang-tidy] Fix Hungarian Prefix in readability-identifier-naming (#84236)Piotr Zegar5-13/+766
2024-03-08[clang-tidy]avoid bugprone-unused-return-value false positive for function wi...Congcong Cai4-109/+126
2024-03-07[clang-tidy] `isOnlyUsedAsConst`: Handle static method calls. (#84005)Clement Courbet2-4/+14
2024-03-07[clang-tidy] bugprone-assert-side-effect can detect side effect from non-cons...Congcong Cai3-5/+43
2024-03-05[clangd] Show argument names for function pointer struct fields (#69011)Qwinci1-0/+17
2024-03-05[clangd] Remove calls to getFileLoc() in declToSym() (#83532)Nathan Ridge2-3/+10
2024-03-05[clangd] Make all calls to format::getStyle() go through getFormatStyleForFil...Nathan Ridge5-27/+19
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini2-2/+2
2024-03-06[clang-tidy] fix false negative in cppcoreguidelines-missing-std-forward (#83...Qizhi Hu3-5/+18
2024-03-05[clangd] Add metric for rename decl kind (#83867)David Goldman1-0/+4
2024-03-05[clang-tidy] CRTP Constructor Accessibility Check (#82403)isuckatcs8-0/+577
2024-03-04[clang-tidy] Let `bugprone-use-after-move` also handle calls to `std::forward...AMS214-15/+95
2024-03-04[clang-tidy] bugprone-unused-return-value config now supports regexes (#82952)Félix-Antoine Constantin6-110/+117
2024-03-04[clangd] [HeuristicResolver] Protect against infinite recursion on DependentN...Nathan Ridge3-69/+165
2024-03-03[clang-tidy] Improve `google-explicit-constructor` checks handling of `explic...AMS213-8/+88
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ösch15-166/+745
2024-02-29[include-cleaner] Generate references from explicit functiontemplate speciali...kadir çetinkaya2-6/+9
2024-02-27[clang-tidy] Fix `cppcoreguidelines-missing-std-forward` false positive for d...AMS213-1/+21
2024-02-26[clang-tidy] Add support for determining constness of more expressions. (#82617)Clement Courbet6-183/+394
2024-02-25[run-clang-tidy.py] Add option to ignore source files from compilation databa...Alexander Scholz2-0/+24
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