mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-29 11:01:57 +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
|
} // namespace
|
||||||
|
|
||||||
// static
|
// static
|
||||||
int IndexFile::kCurrentVersion = 4;
|
int IndexFile::kCurrentVersion = 5;
|
||||||
|
|
||||||
IndexFile::IndexFile(const std::string& path) : id_cache(path), path(path) {
|
IndexFile::IndexFile(const std::string& path) : id_cache(path), path(path) {
|
||||||
// TODO: Reconsider if we should still be reusing the same id_cache.
|
// TODO: Reconsider if we should still be reusing the same id_cache.
|
||||||
|
Loading…
Reference in New Issue
Block a user