Fix indentation. No functional change.
llvm-svn: 187644
This commit is contained in:
@@ -3917,7 +3917,7 @@ Sema::CheckReturnStackAddr(Expr *RetValExp, QualType lhsType,
|
||||
static Expr *EvalAddr(Expr *E, SmallVectorImpl<DeclRefExpr *> &refVars,
|
||||
Decl *ParentDecl) {
|
||||
if (E->isTypeDependent())
|
||||
return NULL;
|
||||
return NULL;
|
||||
|
||||
// We should only be called for evaluating pointer expressions.
|
||||
assert((E->getType()->isAnyPointerType() ||
|
||||
|
||||
Reference in New Issue
Block a user