mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix unknown command tag name warnings
This commit is contained in:
@@ -91,8 +91,8 @@ struct WordReplacement {
|
|||||||
/// Current operator characters: @/=-+*%<>!&|^~ and the special operator '..'
|
/// Current operator characters: @/=-+*%<>!&|^~ and the special operator '..'
|
||||||
char translateOperatorChar(char op);
|
char translateOperatorChar(char op);
|
||||||
|
|
||||||
/// Returns a string where all characters of the operator \Op are translated to
|
/// Returns a string where all characters of the operator \p Op are translated
|
||||||
/// their mangled form.
|
/// to their mangled form.
|
||||||
std::string translateOperator(StringRef Op);
|
std::string translateOperator(StringRef Op);
|
||||||
|
|
||||||
/// Mangles an identifier using a generic Mangler class.
|
/// Mangles an identifier using a generic Mangler class.
|
||||||
|
|||||||
Reference in New Issue
Block a user