mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
llvm: index tricks
parent
2692e957d3
commit
0f82f92cb5
@ -265,6 +265,11 @@ ln -s Debug/compile_commands.json
|
|||||||
touch .ccls-root
|
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
|
### LLVM monorepo
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user