forked from OSchip/llvm-project
Another case of HadMultipleCandidates being used uninitialized.
llvm-svn: 141532
This commit is contained in:
parent
ea662bb32f
commit
138ef9ca4a
|
@ -274,7 +274,8 @@ DeclRefExpr::DeclRefExpr(NestedNameSpecifierLoc QualifierLoc,
|
|||
if (InstantiationDependent)
|
||||
setInstantiationDependent(true);
|
||||
}
|
||||
|
||||
DeclRefExprBits.HadMultipleCandidates = 0;
|
||||
|
||||
computeDependence();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue