diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp index 5d0269f702fe..4b45935b3e41 100644 --- a/clang/lib/AST/Expr.cpp +++ b/clang/lib/AST/Expr.cpp @@ -166,7 +166,7 @@ void DeclRefExpr::computeDependence() { // - a member function or a static data member of the current // instantiation else if (Var->isStaticDataMember() && - Var->getDeclContext()->isDependentContext()) + Var->getDeclContext()->isDependentContext()) ValueDependent = true; } // (VD) - FIXME: Missing from the standard: