diff options
-rw-r--r-- | lib/AST/Expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/Expr.cpp b/lib/AST/Expr.cpp index 5d0269f702..4b45935b3e 100644 --- a/lib/AST/Expr.cpp +++ b/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: |