================
@@ -12938,6 +12938,12 @@ ExprResult 
TreeTransform<Derived>::TransformSYCLUniqueStableNameExpr(
       E->getLocation(), E->getLParenLocation(), E->getRParenLocation(), NewT);
 }
 
+template <typename Derived>
+ExprResult TreeTransform<Derived>::TransformCXXReflectExpr(CXXReflectExpr *E) {
+  // No subexpressions to recurse over in PR1.
----------------
zyn0217 wrote:

```suggestion
  // TODO(reflection): Implement its transform
```

Also I'd suggest you leave a `llvm_unreachable` here in case this is forgotten 
somehow in future

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