diff options
Diffstat (limited to 'lib/Sema/SemaType.cpp')
-rw-r--r-- | lib/Sema/SemaType.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |