summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-06-30CodeLens: exclude references to decls and defsSR_team
2024-05-21Add patch to show fields indexes in layoutsSR_team
2024-05-21Rebase postfix-completion patchSR_team
2024-05-09HOTFIX: fix show doxygen optional parametersSR_team
2024-05-09Update doxygen patchesSR_team
- fix tests - split optional parameters - try to fix details documentation
2024-04-20BUMP package versionSR_team
2024-04-20Revert "Remove deps from 'base' package. Thx @aliu"SR_team
This reverts commit ea01b94a4a0ad9ca4998ba1ae00e6b5b01c2a4b6.
2024-04-20Remove deps from 'base' package. Thx @aliuSR_team
2024-04-20Add missing deps. Thx @MarsSeedSR_team
User on AUR: https://aur.archlinux.org/account/MarsSeed Message: Thx for maintaining. Pls add makedepends+=('git'), otherwise fails to build in clean chroot. Also needs depends+=('gcc-libs' 'glibc' 'ncurses' 'zlib' 'zstd'). Pls add the mandatory provides=('clangd-opt'), and declare SPDX-conformant license=('Apache-2.0 WITH LLVM-exception').
2024-04-14Strip clangd binarySR_team
2024-04-14Add missing `patch` build dependencySR_team
2024-03-27Rebase postfix-completion patchSR_team
2024-03-20Add support user patchesSR_team
For e.g. to add clang-tidy/clang-format patches, for cases, when clang-tidy/clang-format used trough clangd
2024-03-15Add replaces for `cland-opt` packageSR_team
2024-03-15Add conflict with `clangd-opt` packageSR_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