diff options
author | Kaelyn Uhrain <rikka@google.com> | 2012-06-13 17:05:13 +0000 |
---|---|---|
committer | Kaelyn Uhrain <rikka@google.com> | 2012-06-13 17:05:13 +0000 |
commit | c1244ae6a027500689f7c4528f6b65ea88e36204 (patch) | |
tree | 2babc0c6799acb029df15f91cf10b9146a11b902 /clang/lib/AST/MicrosoftMangle.cpp | |
parent | 444fd42634110442ed2af42afe78add7fc6e5f7b (diff) | |
download | bcm5719-llvm-c1244ae6a027500689f7c4528f6b65ea88e36204.tar.gz bcm5719-llvm-c1244ae6a027500689f7c4528f6b65ea88e36204.zip |
Remove the trailing backslash from the comment to remove the warning about
a multi-line comment, fixing builds with e.g. -Werror=comment enabled.
llvm-svn: 158406
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
-rw-r--r-- | clang/lib/AST/MicrosoftMangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/MicrosoftMangle.cpp b/clang/lib/AST/MicrosoftMangle.cpp index 899cc159c48..4d8d79cbced 100644 --- a/clang/lib/AST/MicrosoftMangle.cpp +++ b/clang/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 |