Nathan Ridge

Results 61 issues of Nathan Ridge

The 20240428 snapshot has not been published because the Mac build is failing with the following error: > /usr/bin/clang++ -I/Users/runner/work/clangd/clangd/grpc/third_party/abseil-cpp -O3 -gline-tables-only -DNDEBUG -std=c++11 -arch x86_64 -arch arm64 -isysroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk...

I get the following error when trying use git-crecord: ``` $ git crecord -m "message" fatal: could not read log file 'CRECORD_COMMITMSG': No such file or directory abort: commit failed:...

The clangd.restart command does not have any test coverage. We should write some tests to help ensure that regressions like #599 are caught before release.

enhancement

In https://reviews.llvm.org/D143974, clangd added support for a `textDocument/inactiveRegions` request which is an unofficial extension to the Language Server Protocol (with accompanying client-side support in vscode-clangd in https://github.com/clangd/vscode-clangd/pull/193). Other extensions are...

Using the [Release checklist](https://github.com/clangd/clangd/wiki/Release-checklist) from the wiki as a template: ## Once the release branch is created - [x] https://github.com/llvm/llvm-project/pull/105975 - [x] Document new config options added in clangd 19...

### Discussed in https://github.com/clangd/clangd/discussions/1395 Originally posted by **han-shao-jun** November 28, 2022 Hi!I met with difficulties in my project. I would be grateful if someone could answer my hunger question. ##...

Clangd expands [response files](https://llvm.org/docs/CommandLine.html#response-files) referenced in the compile command coming from `compile_commands.json`. (Note, this was regressed in clangd 17 (https://github.com/llvm/llvm-project/issues/69690) but fixed in clangd 18.) However, clangd does not currently...

enhancement

**Steps to reproduce** Navigate to https://clangd.llvm.org/installation#neovim-built-in-lsp-client (without the page being open already). **Expected results** The section titled "Neovim built-in LSP client" is scrolled into view. **Actual results** Nothing is scrolled...

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.94.2 - OS Version: Debian 11 **Steps to Reproduce** 1. Create a file named `test.json` with...

In preparation for upstreaming `HeuristicResolver` to the clang libraries as discussed at https://github.com/clangd/clangd/discussions/1662, I'd like to add a unit test suite exercising the interface of the class directly, which could...