[libcxx-commits] [clang] [libcxxabi] [llvm] [Clang] Mangling of pack indexing type and expression for itanium (PR #123513)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 26 20:27:05 PST 2025
================
@@ -4787,6 +4788,7 @@ void CXXNameMangler::mangleRequirement(SourceLocation RequiresExprLoc,
void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity,
bool AsTemplateArg) {
+ // clang-format off
----------------
cor3ntin wrote:
`clang-format` initially completely destroy the comment below, which has been neatly aligned
https://github.com/llvm/llvm-project/pull/123513
More information about the libcxx-commits
mailing list