ccls doesn't work properly on recent MacOSs, there's a tip to sovle this problem.

Jiancong Fang 2019-12-31 17:01:37 +08:00
parent e44588c515
commit fac39e7453

@ -212,6 +212,8 @@ exec /path/to/ccls/Release/ccls -init='{"clang":{"extraArgs":["-isystem", "/Appl
With clang < 8, `"-isystem", "/Library/Developer/CommandLineTools/usr/include/c++/v1"` is also needed (https://github.com/MaskRay/ccls/issues/191#issuecomment-453809905)
With most recent MacOSs(e.g. Catalina 10.15.2), one more clang.extraArgs is needed to make ccls work properly (https://github.com/MaskRay/ccls/issues/512#issuecomment-545575369)
### FreeBSD
* [devel/ccls](https://www.freshports.org/devel/ccls)