================
@@ -5327,7 +5327,19 @@ void CXXNameMangler::mangleExpression(const Expr *E, 
unsigned Arity,
       }
     };
 
-    switch(SAE->getKind()) {
+    auto MangleExtensionBuiltin = [&](const UnaryExprOrTypeTraitExpr *E,
----------------
erichkeane wrote:

While this is a very pleasant refactor, does it still apply to this patch?

https://github.com/llvm/llvm-project/pull/131515
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to