================
@@ -4946,6 +4946,12 @@ void CXXNameMangler::mangleExpression(const Expr *E, 
unsigned Arity,
     E = cast<ConstantExpr>(E)->getSubExpr();
     goto recurse;
 
+  case Expr::CXXReflectExprClass: {
+    // TODO(Reflection): implement this after introducing std::meta::info
+    // and add info in APValue
+    break;
----------------
Sirraide wrote:

```suggestion
    [[fallthrough]];
```
We should error that we can’t mangle this yet until we implement support for it

https://github.com/llvm/llvm-project/pull/164692
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to