From: George Burgess IV Date: Tue, 2 May 2017 20:24:56 +0000 (+0000) Subject: [Sema] Update function doc; NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0abbc389e00de0a36cdb5142b99ed9e4a2597895;p=clang [Sema] Update function doc; NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301970 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index f7307f3556..d63151ef67 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -15372,7 +15372,7 @@ static ExprResult diagnoseUnknownAnyExpr(Sema &S, Expr *E) { } /// Check for operands with placeholder types and complain if found. -/// Returns true if there was an error and no recovery was possible. +/// Returns ExprError() if there was an error and no recovery was possible. ExprResult Sema::CheckPlaceholderExpr(Expr *E) { if (!getLangOpts().CPlusPlus) { // C cannot handle TypoExpr nodes on either side of a binop because it