summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-15Add package replacement to 'clangd-opt-bin'SR_team
2024-03-15Rename packageSR_team
2024-03-09Add patch to enable preprocessor folding (PR 80592)SR_team
2024-03-08Update patchesSR_team
Removed: - hover-ptrfn-args.patch (PR 69011) - merged to upstream Rebased: - resolve-depend-type.patch (PR 71279)
2024-02-21Add patch with PR 67749SR_team
2024-02-21Rebase `lsp-codelens.patch`SR_team
2024-02-16Remove old patches and branch selectionSR_team
2023-12-23Remove patch 74971 (merged)SR_team
2023-12-10Add PR 74971 (required by 71279)SR_team
2023-12-06Add patch to show total record paddings in hoverSR_team
2023-12-06hover-layout-everyhere: Do not show record declsSR_team
2023-11-20resolve-incomplete-header-includes: avoid include recursionSR_team
2023-11-20doxygen: fix formating inside of parameters docSR_team
2023-11-18resolve-incomplete-header-includes: do not copy other commands, if presentSR_team
2023-11-17resolve-incomplete-header-includes: fix possible crashesSR_team
2023-11-17Incomplete headers: first look correspond fileSR_team
2023-11-17Incomplete headers: exclude system headers and reserve memorySR_team
2023-11-17doxygen: Show 'aka' of return type after doc and remove '_' from start ↵SR_team
parameter name
2023-11-17Add patch to add way to remove files from CDB via LSPSR_team
2023-11-16resolve-incomplete-header-includes: fix includes insertSR_team
2023-11-16Add patch to partial resolve #45SR_team
2023-11-13Doxygen: show type always right of parameter nameSR_team
2023-11-13Doxygen: render parameter type after docSR_team
2023-11-13postfix-completion: fix crash on static cast for forwarded typeSR_team
2023-11-12codelens: do not show current locationSR_team
2023-11-11Doxygen: add italic and fix escapeSR_team
2023-11-11Doxygen: math `@throw`SR_team
2023-11-11Add path to disable BlockEnd for small blocksSR_team
2023-11-11Remove debug logging of doxygen fieldsSR_team
2023-11-11doxygen: render @details and @tparams keywordsSR_team
2023-11-11Add support bold text for doxygenSR_team
2023-11-11Improve codelens and add PR 71279SR_team
PR 71279 add resolve the dependent types from its single instantiation
2023-11-09Rebase doxygen patch on trunkSR_team
2023-11-01Fix postfix completion issuesSR_team
- fix compilation on latest commits - fix show double `forward` completions - fix using enum in `switch` completions
2023-11-01Remove patch to show align in hover info - merged to main branchSR_team
2023-10-21Use value paragraph to print bitfield maskSR_team
2023-10-21Update hover align patchSR_team
2023-10-20Add PR 69011SR_team
Show argument names for function pointer struct
2023-10-11Fix crash align on forward declarationSR_team
2023-10-10Add patch to hide definition from hover infoSR_team
2023-10-10Add patch to show layout hover info everyhereSR_team
2023-10-10Fix show offset for multiple inherits, when first base is don't have VMTSR_team
2023-10-10Show hover information for virtual method in some template classesSR_team
2023-10-10Do not include in patch reformat codeSR_team
2023-10-10Add pointer size to hover info of virtual methodsSR_team
2023-10-06hover-virt-offset: fix MS ABISR_team
2023-10-06hover-virt-offset: fix dtor offset on Itanium ABISR_team
2023-10-06Fix detect overrided methods without attributeSR_team
2023-10-06Show offset for overrideen virtual methodsSR_team
2023-10-06Add patch to show offset of virtual methodsSR_team