================ @@ -5389,6 +5389,15 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity, Diags.Report(DiagID); return; } + case UETT_StructuredBindingSize: + Out << "u11__builtin_structured_binding_size"; ---------------- cor3ntin wrote:
Thanks! (it took me a while to understand how that works so I ended up refactoring the whole function) 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