| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- fix tests
- split optional parameters
- try to fix details documentation
|
|
|
|
This reverts commit ea01b94a4a0ad9ca4998ba1ae00e6b5b01c2a4b6.
|
|
|
|
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').
|
|
|
|
|
|
|
|
For e.g. to add clang-tidy/clang-format patches, for cases, when clang-tidy/clang-format used trough clangd
|
|
|
|
|
|
|
|
|
|
Removed:
- hover-ptrfn-args.patch (PR 69011) - merged to upstream
Rebased:
- resolve-depend-type.patch (PR 71279)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parameter name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PR 71279 add resolve the dependent types from its single instantiation
|
|
|
|
- fix compilation on latest commits
- fix show double `forward` completions
- fix using enum in `switch` completions
|
|
|
|
|