summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
7 daysrebase patchesSR_team
- refactor-extract-function - lsp-remove-files-from-cdb
2024-10-13Rebase `config-include-style.patch`SR_team
2024-09-29Add patch to ignore evident types in deduced typesSR_team
2024-09-21Doxygen: fix serialization of extended fieldsSR_team
2024-09-21Update patchesSR_team
- rebased doxygen patch to latest LLVM commit - removed prerprocessor folding patch (incompatible with latest LLVM)
2024-08-08Fix lsp-codelens patchSR_team
2024-08-05lsp-codelens: fix SHA256 after mergeSR_team
2024-08-05Add D94942: tweak to implement pure virtual methodsSR_team
2024-08-05[HOTFIX] Exclude current locationSR_team
2024-07-17CodeLens: exclude reference to current locationSR_team
2024-06-30HOTFIX: commit missing changes in 'Unused' behaviourSR_team
2024-06-30Fix 'derived' refs for structs/classes and enable show refs to decls/defs ↵SR_team
(just add 'Unused' text, when no callers)
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