forked from OSchip/llvm-project
parent
5c4bbc2746
commit
51702765b4
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue