[clang] [clang]: support std::meta::info for primitive types (PR #190356)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 09:46:27 PDT 2026
================
@@ -5003,8 +5007,22 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity,
goto recurse;
case Expr::CXXReflectExprClass: {
----------------
eiytoq wrote:
Nit: could you also add the corresponding grammar production comment for this new reflection mangling?
https://github.com/llvm/llvm-project/pull/190356
More information about the cfe-commits
mailing list