]> granicus.if.org Git - clang/commitdiff
Remove the trailing backslash from the comment to remove the warning about
authorKaelyn Uhrain <rikka@google.com>
Wed, 13 Jun 2012 17:05:13 +0000 (17:05 +0000)
committerKaelyn Uhrain <rikka@google.com>
Wed, 13 Jun 2012 17:05:13 +0000 (17:05 +0000)
a multi-line comment, fixing builds with e.g. -Werror=comment enabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158406 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/MicrosoftMangle.cpp

index 899cc159c48a4175f7e33db0ea03fd588aa47b43..4d8d79cbced342a7ff2aace11d84c64ee8beec1b 100644 (file)
@@ -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