Skip to content

Commit d4ea024

Browse files
Bump index version to start storing RefKind::Call
1 parent d380984 commit d4ea024

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

clang-tools-extra/clangd/index/Serialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ readCompileCommand(Reader CmdReader, llvm::ArrayRef<llvm::StringRef> Strings) {
457457
// The current versioning scheme is simple - non-current versions are rejected.
458458
// If you make a breaking change, bump this version number to invalidate stored
459459
// data. Later we may want to support some backward compatibility.
460-
constexpr static uint32_t Version = 19;
460+
constexpr static uint32_t Version = 20;
461461

462462
llvm::Expected<IndexFileIn> readRIFF(llvm::StringRef Data,
463463
SymbolOrigin Origin) {
Binary file not shown.

0 commit comments

Comments
 (0)