[clangd-dev] Clangd on windows+vscode

Kadir Çetinkaya via clangd-dev clangd-dev at lists.llvm.org
Mon Jun 3 02:52:47 PDT 2019


Could you try adding "-log=verbose" to clangd args? Which can be done by
adding
```
"clangd.arguments": [
"-log=verbose",
],
```
to your settings.json. Then you should see the diagnostics for those
uncompilable errors.

Wild guess; it will most likely be fixed with:
https://reviews.llvm.org/D62804

On Sun, Jun 2, 2019 at 7:40 PM Michael Steinberg via clangd-dev <
clangd-dev at lists.llvm.org> wrote:

> Hi there,
>
> I'm trying to get clangd running inside vscode on windows. The project
> is using the gnu-arm-none-eabi toolchain. For almost all compilation
> units I get the error message "IndexingAction failed: has uncompilable
> errors". Is there any way to get more infos about the failure cause?
>
> Kind regards
> Michael
>
>
> _______________________________________________
> clangd-dev mailing list
> clangd-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/clangd-dev/attachments/20190603/7cf55a74/attachment.html>


More information about the clangd-dev mailing list