[clang] [Clang][RFC] Introduce a trait to determine the structure binding size (PR #131515)

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 18 08:10:50 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list