diff options
-rw-r--r-- | lib/AST/MicrosoftMangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/MicrosoftMangle.cpp b/lib/AST/MicrosoftMangle.cpp index 899cc159c4..4d8d79cbce 100644 --- a/lib/AST/MicrosoftMangle.cpp +++ b/lib/AST/MicrosoftMangle.cpp @@ -1509,7 +1509,7 @@ void MicrosoftMangleContext::mangleCXXDtorThunk(const CXXDestructorDecl *DD, } void MicrosoftMangleContext::mangleCXXVTable(const CXXRecordDecl *RD, raw_ostream &Out) { - // <mangled-name> ::= ? <operator-name> <class-name> <storage-class> \ + // <mangled-name> ::= ? <operator-name> <class-name> <storage-class> // <cvr-qualifiers> [<name>] @ // <operator-name> ::= _7 # vftable // ::= _8 # vbtable |