MaskRay / ccls

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

ccls 是内置了 clang-format 吗 #860

Open zylthinking opened 2 years ago

zylthinking commented 2 years ago

没有发现 clang-format, 但确实 clang-format 在运行, .clang-format 的语法有点旧, 是哪个版本的?

findNextStep commented 2 years ago

入口在 https://github.com/MaskRay/ccls/blob/c6686be382da46baed4245c7963f07964575e90c/src/messages/textDocument_formatting.cc#L70 具体的版本和你编译ccls的时候使用的llvm版本一致,使用的是clang-format提供的sdk