From fac39e7453a006a81ff1b4c3f6c7e4b947dd8a1c Mon Sep 17 00:00:00 2001 From: Jiancong Fang Date: Tue, 31 Dec 2019 17:01:37 +0800 Subject: [PATCH] ccls doesn't work properly on recent MacOSs, there's a tip to sovle this problem. --- Build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build.md b/Build.md index 77f6cbe..41e7963 100644 --- a/Build.md +++ b/Build.md @@ -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)