[libcxx-commits] [clang] [libcxxabi] [llvm] [Clang] Mangling of pack indexing type and expression for itanium (PR #123513)

Corentin Jabot via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 8 01:00:34 PDT 2026


================
@@ -4787,6 +4788,7 @@ void CXXNameMangler::mangleRequirement(SourceLocation RequiresExprLoc,
 
 void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity,
                                       bool AsTemplateArg) {
+  // clang-format off
----------------
cor3ntin wrote:

yup, still an issue

https://github.com/llvm/llvm-project/pull/123513


More information about the libcxx-commits mailing list