[clang] [Clang][RFC] Introduce a trait to determine the structure binding size (PR #131515)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 18 08:03:43 PDT 2025
================
@@ -5327,7 +5327,19 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity,
}
};
- switch(SAE->getKind()) {
+ auto MangleExtensionBuiltin = [&](const UnaryExprOrTypeTraitExpr *E,
----------------
AaronBallman wrote:
Microsoft mangling changes also needed?
https://github.com/llvm/llvm-project/pull/131515
More information about the cfe-commits
mailing list