From 07fa2fa8b9a0f7982a31e12f4164550d004543ae Mon Sep 17 00:00:00 2001 From: John McCall Date: Wed, 5 Jan 2011 12:34:30 +0000 Subject: [PATCH] Fix the -Asserts build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122872 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index 040e7f161d..2f7c9cf642 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -507,8 +507,8 @@ static void maybeSynthesizeBlockSignature(TypeProcessingState &state, } assert(!isOnlyParens && "non-empty abstract-declarator contained only parens!"); -#endif } +#endif // Otherwise, we need to fake up a function declarator. SourceLocation loc = declarator.getSourceRange().getBegin(); -- 2.50.1