[PATCH] D74127: [clangd] Bump index version number.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 26 04:46:28 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5560a78820ee: [clangd] Bump index version number. (authored by hokein).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74127/new/
https://reviews.llvm.org/D74127
Files:
clang-tools-extra/clangd/index/Serialization.cpp
Index: clang-tools-extra/clangd/index/Serialization.cpp
===================================================================
--- clang-tools-extra/clangd/index/Serialization.cpp
+++ clang-tools-extra/clangd/index/Serialization.cpp
@@ -419,7 +419,7 @@
// The current versioning scheme is simple - non-current versions are rejected.
// If you make a breaking change, bump this version number to invalidate stored
// data. Later we may want to support some backward compatibility.
-constexpr static uint32_t Version = 12;
+constexpr static uint32_t Version = 13;
llvm::Expected<IndexFileIn> readRIFF(llvm::StringRef Data) {
auto RIFF = riff::readFile(Data);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74127.246677.patch
Type: text/x-patch
Size: 663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200226/c193bcd1/attachment.bin>
More information about the cfe-commits
mailing list