Rename llvm::markup namespace to swift::markup

This was naming was cargoed from long ago and this functionality isn't
directly related to LLVM, it's specific to Swift.
This commit is contained in:
David Farler
2016-04-10 13:46:25 -07:00
parent 5eb479a6f2
commit a9297eed9f
17 changed files with 148 additions and 149 deletions

View File

@@ -743,7 +743,7 @@ static bool passCursorInfoForDecl(const ValueDecl *VD,
llvm::raw_svector_ostream OSBuf(Buf);
SwiftLangSupport::printDisplayName(RelatedDecl, OSBuf);
}
llvm::markup::appendWithXMLEscaping(OS, Buf);
swift::markup::appendWithXMLEscaping(OS, Buf);
}
OS<<"</RelatedName>";
}