summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-18 21:55:17 +0000
committerChris Lattner <sabre@nondot.org>2009-04-18 21:55:17 +0000
commit637652d9595e0eaac6727b7941f93d7909956d2c (patch)
tree3f740a14c2b6a944ce0ec4797881254822bbd569 /clang
parent397ca4a9ef087bb71735536dcfcd8fdf5e5238a4 (diff)
downloadbcm5719-llvm-637652d9595e0eaac6727b7941f93d7909956d2c.tar.gz
bcm5719-llvm-637652d9595e0eaac6727b7941f93d7909956d2c.zip
forgot to commit this before.
llvm-svn: 69480
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Sema/SemaDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index 903ddf26001..4ec32b738ab 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -3026,7 +3026,7 @@ void JumpScopeChecker::BuildScopeInformation(Stmt *S, unsigned ParentScope) {
// @catch always starts a new scope.
// FIXME: We have to do this because @catches are nested inside each other,
// which seems weird and causes us to emit wierd diagnostics.
- Scopes.push_back(GotoScope(ParentScope,diag::note_protected_by_objc_catch,
+ Scopes.push_back(GotoScope(ParentScope, diag::note_protected_by_objc_catch,
AC->getAtCatchLoc()));
ParentScope = Scopes.size()-1;
}
OpenPOWER on IntegriCloud