[Sema] Update function doc; NFC
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Tue, 2 May 2017 20:24:56 +0000 (20:24 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Tue, 2 May 2017 20:24:56 +0000 (20:24 +0000)
llvm-svn: 301970

clang/lib/Sema/SemaExpr.cpp

index f7307f3..d63151e 100644 (file)
@@ -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