diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-04-25 07:09:43 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-04-25 07:09:43 +0000 |
commit | 81542fd91bd5e7e65ebae3eaad117bdaeaf7d737 (patch) | |
tree | 097781b3626e42f9f962c4aac0d1a9a8e4fa8a6c /lib/Parse/ParseCXXInlineMethods.cpp | |
parent | 8c54cb90fd4303f01dc8eb72925f7dd6278a174f (diff) |
Remove some more hard CR-LF lines. These were particularly weird as they were
only a few lines of the file. Also set their properties to have explicitly
native eol sytle.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseCXXInlineMethods.cpp')
-rw-r--r-- | lib/Parse/ParseCXXInlineMethods.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/ParseCXXInlineMethods.cpp b/lib/Parse/ParseCXXInlineMethods.cpp index c02d75c37f..87e2f34374 100644 --- a/lib/Parse/ParseCXXInlineMethods.cpp +++ b/lib/Parse/ParseCXXInlineMethods.cpp @@ -65,7 +65,7 @@ Decl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS, ParsingDeclarator &D, FD = FunTmpl->getTemplatedDecl(); else FD = cast<FunctionDecl>(FnD); - Actions.CheckForFunctionRedefinition(FD);
+ Actions.CheckForFunctionRedefinition(FD); LateParsedTemplateMap[FD] = LPT; Actions.MarkAsLateParsedTemplate(FD); |