[clangd] Fix breakage on gcc 5.4

llvm-svn: 365140
This commit is contained in:
Kadir Cetinkaya 2019-07-04 13:47:51 +00:00
parent 5c4bbc2746
commit 51702765b4
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public:
private: private:
/// Represents the state of a single file when indexing was performed. /// Represents the state of a single file when indexing was performed.
struct ShardVersion { struct ShardVersion {
FileDigest Digest{0}; FileDigest Digest{{0}};
bool HadErrors = false; bool HadErrors = false;
}; };