From: Argyrios Kyrtzidis Date: Thu, 1 May 2008 21:44:34 +0000 (+0000) Subject: Convert CRLF to LF. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ba5d792032f475eb653ca6340eb51068df0fa90;p=clang Convert CRLF to LF. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseDeclCXX.cpp b/lib/Parse/ParseDeclCXX.cpp index 475fb25842..0a20911c7d 100644 --- a/lib/Parse/ParseDeclCXX.cpp +++ b/lib/Parse/ParseDeclCXX.cpp @@ -74,9 +74,9 @@ Parser::DeclTy *Parser::ParseNamespace(unsigned Context) { while (Tok.isNot(tok::r_brace) && Tok.isNot(tok::eof)) ParseExternalDeclaration(); - // Leave the namespace scope. - ExitScope(); - + // Leave the namespace scope. + ExitScope(); + SourceLocation RBrace = MatchRHSPunctuation(tok::r_brace, LBrace); Actions.ActOnFinishNamespaceDef(NamespcDecl, RBrace);