mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 17:11:59 +00:00
Increase indexed file version
This commit is contained in:
parent
510594cdcd
commit
e7de24764e
@ -264,7 +264,7 @@ std::string GetDocumentContentInRange(CXTranslationUnit cx_tu,
|
||||
} // namespace
|
||||
|
||||
// static
|
||||
int IndexFile::kCurrentVersion = 4;
|
||||
int IndexFile::kCurrentVersion = 5;
|
||||
|
||||
IndexFile::IndexFile(const std::string& path) : id_cache(path), path(path) {
|
||||
// TODO: Reconsider if we should still be reusing the same id_cache.
|
||||
|
Loading…
Reference in New Issue
Block a user