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 d380984 commit d4ea024Copy full SHA for d4ea024
clang-tools-extra/clangd/index/Serialization.cpp
@@ -457,7 +457,7 @@ readCompileCommand(Reader CmdReader, llvm::ArrayRef<llvm::StringRef> Strings) {
457
// The current versioning scheme is simple - non-current versions are rejected.
458
// If you make a breaking change, bump this version number to invalidate stored
459
// data. Later we may want to support some backward compatibility.
460
-constexpr static uint32_t Version = 19;
+constexpr static uint32_t Version = 20;
461
462
llvm::Expected<IndexFileIn> readRIFF(llvm::StringRef Data,
463
SymbolOrigin Origin) {
clang-tools-extra/clangd/test/index-serialization/Inputs/sample.idx
0 Bytes
0 commit comments