[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
Thu May 7 03:36:17 PDT 2026
================
@@ -5828,6 +5822,15 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity,
break;
}
+ case Expr::PackIndexingExprClass: {
+ auto *PE = cast<PackIndexingExpr>(E);
+ NotPrimaryExpr();
----------------
cor3ntin wrote:
What x?
https://github.com/llvm/llvm-project/pull/123513
More information about the libcxx-commits
mailing list