Skip to content
Snippets Groups Projects
Commit 0abbc389 authored by George Burgess IV's avatar George Burgess IV
Browse files

[Sema] Update function doc; NFC

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301970 91177308-0d34-0410-b5e6-96231b3b80d8
parent d4c7d56b
No related branches found
No related tags found
No related merge requests found
...@@ -15372,7 +15372,7 @@ static ExprResult diagnoseUnknownAnyExpr(Sema &S, Expr *E) { ...@@ -15372,7 +15372,7 @@ static ExprResult diagnoseUnknownAnyExpr(Sema &S, Expr *E) {
} }
   
/// Check for operands with placeholder types and complain if found. /// 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) { ExprResult Sema::CheckPlaceholderExpr(Expr *E) {
if (!getLangOpts().CPlusPlus) { if (!getLangOpts().CPlusPlus) {
// C cannot handle TypoExpr nodes on either side of a binop because it // C cannot handle TypoExpr nodes on either side of a binop because it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment