[cfe-commits] r69480 - /cfe/trunk/lib/Sema/SemaDecl.cpp
Chris Lattner
sabre at nondot.org
Sat Apr 18 14:55:17 PDT 2009
Author: lattner
Date: Sat Apr 18 16:55:17 2009
New Revision: 69480
URL: http://llvm.org/viewvc/llvm-project?rev=69480&view=rev
Log:
forgot to commit this before.
Modified:
cfe/trunk/lib/Sema/SemaDecl.cpp
Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=69480&r1=69479&r2=69480&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDecl.cpp Sat Apr 18 16:55:17 2009
@@ -3026,7 +3026,7 @@
// @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;
}
More information about the cfe-commits
mailing list