Fix unknown command tag name warnings

This commit is contained in:
Hugh Bellamy
2017-02-08 21:37:48 +07:00
parent 977df36be5
commit c65b49f52e

View File

@@ -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.