summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/clangd/Headers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/Headers.h b/clang-tools-extra/clangd/Headers.h
index f67b5c62f7d..6f0eb807dcc 100644
--- a/clang-tools-extra/clangd/Headers.h
+++ b/clang-tools-extra/clangd/Headers.h
@@ -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
OpenPOWER on IntegriCloud