diff options
author | John McCall <rjmccall@apple.com> | 2011-01-05 12:34:30 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-01-05 12:34:30 +0000 |
commit | 07fa2fa8b9a0f7982a31e12f4164550d004543ae (patch) | |
tree | ba3bd006034cf25908aa0baa8764e560880ff480 /lib/Sema/SemaType.cpp | |
parent | 711c52bb20d0c69063b52a99826fb7d2835501f1 (diff) |
Fix the -Asserts build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122872 91177308-0d34-0410-b5e6-96231b3b80d8
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(); |