Skip to content

Commit b5df56e

Browse files
Apply libcxxabi/src/demangle/cp-to-llvm.sh (again)
1 parent 518bb59 commit b5df56e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/include/llvm/Demangle/ItaniumDemangle.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3362,10 +3362,12 @@ const typename AbstractManglingParser<
33623362
"operator co_await"},
33633363
{"az", OperatorInfo::OfIdOp, /*Type*/ false, Node::Prec::Unary, "alignof "},
33643364
{"cc", OperatorInfo::NamedCast, false, Node::Prec::Postfix, "const_cast"},
3365-
{"cl", OperatorInfo::Call, /*Paren*/ false, Node::Prec::Postfix, "operator()"},
3365+
{"cl", OperatorInfo::Call, /*Paren*/ false, Node::Prec::Postfix,
3366+
"operator()"},
33663367
{"cm", OperatorInfo::Binary, false, Node::Prec::Comma, "operator,"},
33673368
{"co", OperatorInfo::Prefix, false, Node::Prec::Unary, "operator~"},
3368-
{"cp", OperatorInfo::Call, /*Paren*/ true, Node::Prec::Postfix, "operator()"},
3369+
{"cp", OperatorInfo::Call, /*Paren*/ true, Node::Prec::Postfix,
3370+
"operator()"},
33693371
{"cv", OperatorInfo::CCast, false, Node::Prec::Cast, "operator"}, // C Cast
33703372
{"dV", OperatorInfo::Binary, false, Node::Prec::Assign, "operator/="},
33713373
{"da", OperatorInfo::Del, /*Ary*/ true, Node::Prec::Unary,

0 commit comments

Comments
 (0)