mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 23:25:07 +00:00
llvm: index tricks
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
|
||||
|
Loading…
Reference in New Issue
Block a user