llvm: index tricks

Fangrui Song 2019-08-26 00:37:27 -07:00
parent 2692e957d3
commit 0f82f92cb5

@ -265,6 +265,11 @@ ln -s Debug/compile_commands.json
touch .ccls-root
```
You can filter out some files to speed up indexing. Example initialization options:
```javascript
{"index":{"initialBlacklist":["/(clang|lld|llvm)/(test|unittests)/", "/llvm/(bindings|examples|utils)/", "/StaticAnalyzer/"]}}
```
### LLVM monorepo
```zsh