[clangd] Bump clangd-index version for TemplateArgument changes

llvm-svn: 358383
This commit is contained in:
Kadir Cetinkaya 2019-04-15 09:18:57 +00:00
parent 0e17ab0fd2
commit a9ce09be03
1 changed files with 1 additions and 1 deletions

View File

@ -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);