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

Younan Zhang via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 26 17:56:27 PST 2025


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

nit: Why turning it off?

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


More information about the llvm-commits mailing list