MaskRay / ccls

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Apache License 2.0
3.73k stars 254 forks source link

Failed to index #904

Open luozhiya opened 1 year ago

luozhiya commented 1 year ago

Here are some things you should try before filing a bug report:

If none of those help, remove this section and fill out the four sections in the template below.


Observed behavior

Describe what happened. Any aids you can include (that you think could be relevant) are a tremendous help.

Expected behavior

Describe what you expected to happen.

Steps to reproduce

  1. neovim 打开这个 https://github.com/ned14/outcome/blob/develop/doc/src/snippets/
  2. 这个目录下的cpp有几个无法解析,比如说 image

.ccls

clang++
%h -x
%h c++-header
%c -std=c11
%cpp -std=c++17
-IC:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/include

System information