diff --git a/lib/AST/Expr.cpp b/lib/AST/Expr.cpp
index 48a48d0d4f5435fd4f6417fe9015f64b1b89d788..7cfbd9e2fbba41c98676df13f91af2723d954bd0 100644
--- a/lib/AST/Expr.cpp
+++ b/lib/AST/Expr.cpp
@@ -274,7 +274,8 @@ DeclRefExpr::DeclRefExpr(NestedNameSpecifierLoc QualifierLoc,
     if (InstantiationDependent)
       setInstantiationDependent(true);
   }
-      
+  DeclRefExprBits.HadMultipleCandidates = 0;
+
   computeDependence();
 }