r301970 - [Sema] Update function doc; NFC

George Burgess IV via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 13:24:57 PDT 2017


Author: gbiv
Date: Tue May  2 15:24:56 2017
New Revision: 301970

URL: http://llvm.org/viewvc/llvm-project?rev=301970&view=rev
Log:
[Sema] Update function doc; NFC

Modified:
    cfe/trunk/lib/Sema/SemaExpr.cpp

Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=301970&r1=301969&r2=301970&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Tue May  2 15:24:56 2017
@@ -15372,7 +15372,7 @@ static ExprResult diagnoseUnknownAnyExpr
 }
 
 /// 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




More information about the cfe-commits mailing list