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

Younan Zhang via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 7 09:12: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
----------------
zyn0217 wrote:

Is it still a problem now? (it's been so long and I wish clang-format no longer suffers from this issue)

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


More information about the libcxx-commits mailing list