MaskRay / ccls

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

CCLS detects my C headers as C++ headers #960

Open Poly2it opened 6 months ago

Poly2it commented 6 months ago

CCLS detects my C headers as C++ headers.

Steps to reproduce

  1. Create a C project.
  2. Create a header file which doesn't have an associated C file.
  3. Observe.

System information