[CodeCompletion] Increment on-disc code completion cache version

This commit is contained in:
Rintaro Ishizaki
2024-05-17 11:52:23 -07:00
parent 79a7410206
commit 61eb53174d

View File

@@ -104,7 +104,7 @@ CodeCompletionCache::~CodeCompletionCache() {}
/// This should be incremented any time we commit a change to the format of the
/// cached results. This isn't expected to change very often.
static constexpr uint32_t onDiskCompletionCacheVersion =
11; // Added macro roles
12; // Removed 'IsAsync'.
/// Deserializes CodeCompletionResults from \p in and stores them in \p V.
/// \see writeCacheModule.