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
}
}
- // 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 =