aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2024-04-02[Clang][Sema] Fix explicit specializations of member function templates with ...Krystian Stasiowski1-3/+1
2024-04-01[clang-tidy] add new check readability-enum-initial-value (#86129)Congcong Cai9-0/+431
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-28[clangd][trace] Fix comment to mention that trace spans are measured … (#86...VitaNuo1-2/+2
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 Constantin3-4/+66
2024-03-26[clang-tidy] Improve performance of google-runtime-int (#86596)Piotr Zegar3-8/+39
2024-03-26[clang-tidy] Fix fix-it overlaps in readability-static-definition-in-anonymou...Piotr Zegar3-0/+22
2024-03-26[clangd] Support go-to-definition on type hints. The protocol part (#85497)Younan Zhang7-10/+98
2024-03-24[clang-tidy] Ignore expresions in unevaluated context in bugprone-inc-dec-in-...Piotr Zegar3-1/+21
2024-03-23[clang-tidy] Fix result check after overwriteChangedFiles() (#86360)Mike Rice1-1/+1
2024-03-20[clangd] Handle variable templates consistently with class templates in code ...Nathan Ridge2-2/+6
2024-03-19[clang-tidy] Add bugprone-suspicious-stringview-data-usage check (#83716)Piotr Zegar9-0/+268
2024-03-19[clang-tidy] Add support for lambdas in cppcoreguidelines-owning-memory (#77246)Piotr Zegar3-7/+169
2024-03-18[clang-tidy]bugprone-unused-return-value ignore `++` and `--` operator overlo...Congcong Cai2-29/+57
2024-03-18[clang-tidy][NFC] Remove unnecessary nullptr check on cast subexpr (#85473)Mike Rice1-2/+1
2024-03-16[clang] Skip implicit designators in DesignatedInitExpr::getBeginLoc (#83369)alirezamoshtaghi1-0/+16
2024-03-14[concepts] Preserve the FoundDecl of ConceptReference properly (#85032)Younan Zhang2-3/+29
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