diff options
-rw-r--r-- | lib/AST/Expr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/Expr.cpp b/lib/AST/Expr.cpp index 45c6a8721f..962819b733 100644 --- a/lib/AST/Expr.cpp +++ b/lib/AST/Expr.cpp @@ -500,7 +500,6 @@ Expr *Expr::IgnoreParenCasts() { bool Expr::isConstantExpr(ASTContext &Ctx, SourceLocation *Loc) const { - return true; switch (getStmtClass()) { default: if (Loc) *Loc = getLocStart(); |