eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.13k stars 455 forks source link

[Bug]: Some .cpp file(s) in a project can not be parsed by clangd LSP #3353

Open liuxd889898 opened 5 months ago

liuxd889898 commented 5 months ago

What happened?

I'm using the lasted codelite version 17.9.0 Some .cpp file(s) in a project can not be parsed by clangd LSP, the code is displayed in normal color.

Version

Other

Operating system

Windows 11

Steps to reproduce

No response

Relevant log output

No response

liuxd889898 commented 5 months ago

by the way, the project can be build successfully!

liuxd889898 commented 5 months ago

other .cpp and .h files in same project can be parsed by clangd LSP correctly! I don't know why and how to solve it!

AJenbo commented 2 months ago

Please provide an example of a file that does not parse so that the issue can be replicated.