change cquery to ccls and improve indentation

康小广 2018-06-27 11:43:19 -05:00
parent b1f1e8df75
commit b6613e2b4c

@ -61,7 +61,7 @@ Link against `libLLVM.so` instead of `libLLVMSupport.a libLLVMDemangle.a ...`
## Windows ## Windows
If using Windows the automatically downloaded LLVM binaries are 64-bit; you should build cquery in 64-bit as well. You can tell cmake to build 64-bit using `-DCMAKE_GENERATOR_PLATFORM=x64` If using Windows the automatically downloaded LLVM binaries are 64-bit; you should build ccls in 64-bit as well. You can tell cmake to build 64-bit using `-DCMAKE_GENERATOR_PLATFORM=x64`
## Link against clang+llvm libraries compiled from source ## Link against clang+llvm libraries compiled from source