================
@@ -4945,6 +4945,12 @@ void CXXNameMangler::mangleExpression(const Expr *E,
unsigned Arity,
E = cast<ConstantExpr>(E)->getSubExpr();
goto recurse;
+ case Expr::CXXReflectExprClass: {
+ // TODO: implement this after introducing std::meta::info
----------------
changkhothuychung wrote:
updated note to `TODO(Reflection)`
https://github.com/llvm/llvm-project/pull/164692
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits