Fix "array must be initialized with a brace-enclosed initializer" build error.

Try to fix clang-bpf-build buildbot.

llvm-svn: 348262
This commit is contained in:
Simon Pilgrim 2018-12-04 14:07:29 +00:00
parent 3fbdde3172
commit 2d12d810f4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ struct IncludeGraphNode {
// True if current file is a main file rather than a header.
bool IsTU = false;
llvm::StringRef URI;
FileDigest Digest{0};
FileDigest Digest{{0}};
std::vector<llvm::StringRef> DirectIncludes;
};
// FileURI and FileInclusions are references to keys of the map containing