]> granicus.if.org Git - clang/commitdiff
forgot to commit this before.
authorChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 21:55:17 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Apr 2009 21:55:17 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69480 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDecl.cpp

index 903ddf26001bb6c2763f796fc1ffbd8f7bc1d4fb..4ec32b738abe4c40ee46649c6915be30c8f1d1e4 100644 (file)
@@ -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;
   }