aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaelyn Uhrain <rikka@google.com>2012-06-13 17:05:13 +0000
committerKaelyn Uhrain <rikka@google.com>2012-06-13 17:05:13 +0000
commit28e862a4fbb9ed4060d1db25d45b1ed7a42f1b75 (patch)
treed344eaf73d8b222159445013d49308bb37ec3baf
parent52ec0c0357ce970ca52a27c1086626450f0967e7 (diff)
Remove the trailing backslash from the comment to remove the warning about
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
-rw-r--r--lib/AST/MicrosoftMangle.cpp2
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