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

I did not rebase properly, and no change to mangling necessary (this is a 
remanent of a previous design; that landed in 
https://github.com/llvm/llvm-project/pull/131764 )

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