mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user