We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a7410 commit 61eb531Copy full SHA for 61eb531
lib/IDE/CodeCompletionCache.cpp
@@ -104,7 +104,7 @@ CodeCompletionCache::~CodeCompletionCache() {}
104
/// This should be incremented any time we commit a change to the format of the
105
/// cached results. This isn't expected to change very often.
106
static constexpr uint32_t onDiskCompletionCacheVersion =
107
- 11; // Added macro roles
+ 12; // Removed 'IsAsync'.
108
109
/// Deserializes CodeCompletionResults from \p in and stores them in \p V.
110
/// \see writeCacheModule.
0 commit comments