From d67e3aedc3c00b7e6fb48975cd008e9ca7b8cf8c Mon Sep 17 00:00:00 2001 From: Frederico Date: Wed, 15 Apr 2020 09:05:02 +0200 Subject: [PATCH] add small comment on relevance of resourceDir after llvm update --- Install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Install.md b/Install.md index d4ed0b7..c208057 100644 --- a/Install.md +++ b/Install.md @@ -52,3 +52,5 @@ sudo cp -a Release/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04/lib/clang/7.0. Then you must set the initialization option [`clang.resourceDir`](Customization#clangresourcedir): `--init='{"clang": {"resourceDir": "/usr/local/clang/7.0.0"}}'`. + +**note:** It's likely you will encounter this issue whenever you update clang without rebuilding ccls. \ No newline at end of file