mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Increment index version
This commit is contained in:
parent
37787290cb
commit
6c66beb0fa
@ -504,7 +504,7 @@ MAKE_REFLECT_STRUCT(IndexInclude, line, resolved_path);
|
|||||||
struct IndexFile {
|
struct IndexFile {
|
||||||
IdCache id_cache;
|
IdCache id_cache;
|
||||||
|
|
||||||
static constexpr int kCurrentVersion = 2;
|
static constexpr int kCurrentVersion = 3;
|
||||||
int version = 0;
|
int version = 0;
|
||||||
|
|
||||||
std::string path;
|
std::string path;
|
||||||
|
Loading…
Reference in New Issue
Block a user