mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
FAQ: add When does ccls reindex a file?
parent
e7e01b0d97
commit
06e9ed8dac
5
FAQ.md
5
FAQ.md
@ -27,6 +27,11 @@ might add:
|
||||
|
||||
to your `.ccls` file.
|
||||
|
||||
## When does ccls reindex a file?
|
||||
|
||||
* The timestamp of the file, or any of its dependency has changed. See `pipeline.cc:indexer_Parse`.
|
||||
* The clang command line options have changed. See `pipeline.cc:cacheInvalid`.
|
||||
|
||||
## Full indexing takes a long time / crushes my system
|
||||
|
||||
For large projects, full indexing can be a significant burden. Once the
|
||||
|
Loading…
Reference in New Issue
Block a user