]> granicus.if.org Git - clang/commitdiff
Fix line endings
authorNico Rieck <nico.rieck@gmail.com>
Mon, 24 Nov 2014 17:29:52 +0000 (17:29 +0000)
committerNico Rieck <nico.rieck@gmail.com>
Mon, 24 Nov 2014 17:29:52 +0000 (17:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222666 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index ec625346e8281118f31d2d44ebc937a29cedb49b..5ffe30883b337cf97ecd8437671ffcc93390f859 100644 (file)
@@ -7429,8 +7429,8 @@ Decl *Sema::ActOnUsingDirective(Scope *S,
     assert((isa<NamespaceDecl>(Named) || isa<NamespaceAliasDecl>(Named))
         && "expected namespace decl");
 
-    // The use of a nested name specifier may trigger deprecation warnings.\r
-    DiagnoseUseOfDecl(Named, IdentLoc);\r
+    // The use of a nested name specifier may trigger deprecation warnings.
+    DiagnoseUseOfDecl(Named, IdentLoc);
 
     // C++ [namespace.udir]p1:
     //   A using-directive specifies that the names in the nominated
@@ -8545,7 +8545,7 @@ Decl *Sema::ActOnNamespaceAliasDef(Scope *S, SourceLocation NamespaceLoc,
     }
   }
 
-  // The use of a nested name specifier may trigger deprecation warnings.\r
+  // The use of a nested name specifier may trigger deprecation warnings.
   DiagnoseUseOfDecl(ND, IdentLoc);
 
   NamespaceAliasDecl *AliasDecl =