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:
parent
3fbdde3172
commit
2d12d810f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue