<div dir="ltr"><div dir="ltr">Could you try adding "-log=verbose" to clangd args? Which can be done by adding<div>```<br><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;line-height:19px;white-space:pre"><div> <span style="color:rgb(156,220,254)">"clangd.arguments"</span>: [</div><div>        <span style="color:rgb(206,145,120)">"-log=verbose"</span>,</div><div> ],</div></div></div></div><div>```</div><div>to your settings.json. Then you should see the diagnostics for those uncompilable errors.<br></div><div><br></div><div>Wild guess; it will most likely be fixed with: <a href="https://reviews.llvm.org/D62804" class="cremed">https://reviews.llvm.org/D62804</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 2, 2019 at 7:40 PM Michael Steinberg via clangd-dev <<a href="mailto:clangd-dev@lists.llvm.org">clangd-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi there,<br>
<br>
I'm trying to get clangd running inside vscode on windows. The project <br>
is using the gnu-arm-none-eabi toolchain. For almost all compilation <br>
units I get the error message "IndexingAction failed: has uncompilable <br>
errors". Is there any way to get more infos about the failure cause?<br>
<br>
Kind regards<br>
Michael<br>
<br>
<br>
_______________________________________________<br>
clangd-dev mailing list<br>
<a href="mailto:clangd-dev@lists.llvm.org" target="_blank" class="cremed">clangd-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev" rel="noreferrer" target="_blank" class="cremed">https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev</a><br>
</blockquote></div></div>