forked from OSchip/llvm-project
[clangd] Bump clangd-index version for TemplateArgument changes
llvm-svn: 358383
This commit is contained in:
parent
0e17ab0fd2
commit
a9ce09be03
|
@ -370,7 +370,7 @@ readRefs(Reader &Data, llvm::ArrayRef<llvm::StringRef> Strings) {
|
|||
// 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 = 8;
|
||||
constexpr static uint32_t Version = 9;
|
||||
|
||||
llvm::Expected<IndexFileIn> readRIFF(llvm::StringRef Data) {
|
||||
auto RIFF = riff::readFile(Data);
|
||||
|
|
Loading…
Reference in New Issue