aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Reland "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett1-2/+4
2024-04-05Revert "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett1-4/+2
2024-04-05[flang][clang] Add Visibility specific help text for options (#81869)David Spickett1-2/+4
2024-04-04[clangd][NFC] Delete dead codeKadir Cetinkaya1-9/+0
2024-03-28[clangd][trace] Fix comment to mention that trace spans are measured … (#86...VitaNuo1-2/+2
2024-03-26[clangd] Support go-to-definition on type hints. The protocol part (#85497)Younan Zhang7-10/+98
2024-03-20[clangd] Handle variable templates consistently with class templates in code ...Nathan Ridge2-2/+6
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 Zhang1-0/+28
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-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer1-2/+1
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-05[clangd] Add metric for rename decl kind (#83867)David Goldman1-0/+4
2024-03-04[clangd] [HeuristicResolver] Protect against infinite recursion on DependentN...Nathan Ridge3-69/+165
2024-02-29[clang-tidy] Add new check `modernize-use-designated-initializers` (#80541)Danny Mösch4-166/+7
2024-02-23[clangd] Fix renaming single argument ObjC methods (#82396)David Goldman2-5/+152
2024-02-23[clangd] Make tidy-rename tests conditionalKadir Cetinkaya1-1/+7
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-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 Joseph1-0/+40
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda4-4/+6
2024-02-05[clangd] Handle IndirectFieldDecl in kindForDecl (#80588)Nathan Ridge2-1/+17
2024-01-31[clang-tidy] Remove cert-dcl21-cpp check (#80181)Carlos Galvez1-1/+0
2024-01-31[clang] static operators should evaluate object argument (reland) (#80108)Tianlan Zhou1-5/+1
2024-01-28[clangd] Fix isSpelledInSource crash on invalid FileID (#76668)Andrew Schenk2-1/+24
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-24[clangd] Use SmallString::operator std::string (NFC)Kazu Hirata6-9/+9
2024-01-24[clangd] Make sure ninja can clean "ClangdXPC.framework" (#75669)Jan Svoboda1-0/+6
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2-0/+2
2024-01-19[clangd] Don't collect templated decls for builtin templates (#78466)Younan Zhang2-3/+37
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin2-2/+2
2024-01-18[clangd] Handle an expanded token range that ends in the `eof` token in Token...Nathan Ridge1-0/+11
2024-01-12[clangd] Use starts_with instead of startswith in CompileCommands.cpp (NFC)Jie Fu1-1/+1
2024-01-12[clangd] Fix sysroot flag handling in CommandMangler to prevent duplicates (#...Kon2-13/+91
2024-01-11[clangd] Handle lambda scopes inside Node::getDeclContext() (#76329)Younan Zhang3-0/+39
2024-01-09[clangd] Fix typo in function name in AST.cpp (#77504)Nour12481-6/+6
2024-01-04[clangd] Dont require confirmation for include-cleaner batch-fixes (#76826)kadir çetinkaya2-99/+1
2024-01-03[clangd] check for synthesized symbols when tracking include locations (#75128)Matheus Izvekov2-4/+19
2024-01-03[clangd] Track IWYU pragmas for non-preamble includes (#75612)kadir çetinkaya9-28/+32
2024-01-03[coroutines] Do not check coroutine wrappers for skipped function bodies (#76...Utkarsh Saxena1-0/+56
2023-12-29[clangd] Avoid crash when summarizing pointer-to-member expr for block-end hi...Nathan Ridge2-1/+14
2023-12-20[clangd] Perform self-containedness check at EOF (#75965)kadir çetinkaya3-18/+59
2023-12-19[clangd] Expand response files before CDB interpolation (#75753)Dmitry Polukhin5-34/+82