-
I think it would be really nice and effective if save actions plugin had a feature that would start compiling right after every save. That would be a 'clangd' like feature and would be very easy for u…
-
I am working on a large codebase whose type hierarchy consists in multiple instantiations of a pattern that can be summarized as follows:
```cpp
class IBase
{
public:
virtual void foo() = 0…
-
(I have provided a heavily cut down version of the problem)
While using boost program_options, I noticed that the program crashed when using the line:
```
boost::program_options::value()
```
…
-
Please describe the problem.
For hints on what information is helpful, see: https://clangd.llvm.org/troubleshooting.html
If you can, provide a minimal chunk of code that shows the problem (either …
-
Language Server Protocol: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/
Language Server Implementations: https://microsoft.github.io/language-server-pr…
-
### Describe the problem
I am playing with the LS to support multiple running language servers per workspace.
I see the following error:
```
Panic: unimplemented request: workspace/semanticTok…
-
Hope the Clangd can support extracting the code fragment to a new function for C language.
-
Have had requests from a few teams to have direct support for bazel projects.
Rough sketch:
- recognize potential workspace through existence of WORKSPACE file
- inject a bazel aspect to grab c…
-
Is there a way to specify the pch storage location? It seems to default to /tmp. The problem is we only have a small /tmp space on our servers that are used by multiple developers. As such, it fills u…
-
Until now I thought Clang-Tidy only reported single source-locations where it emitted a warning. However, apparently you can pass one or more source-ranges as a parameter to Tidy's diagnostics. See ht…