[clang] [Clang][RFC] Intrododuce a builtin to determine the structure binding size (PR #131515)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 17 10:30:30 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list