File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -689,15 +689,15 @@ class SourceFileDepGraphNode : public DepGraphNode {
689
689
// / True iff a Decl exists for this node.
690
690
// / If a provides and a depends in the existing system both have the same key,
691
691
// / only one SourceFileDepGraphNode is emitted.
692
- bool isProvides;
692
+ bool isProvides = false ;
693
693
694
694
friend ::llvm::yaml::MappingContextTraits<SourceFileDepGraphNode,
695
695
SourceFileDepGraph>;
696
696
697
697
public:
698
698
// / When the driver imports a node create an uninitialized instance for
699
699
// / deserializing.
700
- SourceFileDepGraphNode () : DepGraphNode(), sequenceNumber(~ 0 ) {}
700
+ SourceFileDepGraphNode () : DepGraphNode() {}
701
701
702
702
// / Used by the frontend to build nodes.
703
703
SourceFileDepGraphNode (DependencyKey key, Optional<StringRef> fingerprint,
You can’t perform that action at this time.
0 commit comments