================
@@ -2566,6 +2566,11 @@ void StmtPrinter::VisitCXXUnresolvedConstructExpr(
     OS << ')';
 }
 
+void StmtPrinter::VisitCXXReflectExpr(CXXReflectExpr *S) {
+  // TODO: Make this better.
+  OS << "^(...)";
----------------
changkhothuychung wrote:

I think this function is also similar to `StmtProfiler::VisitCXXReflectExpr`, 
since we dont have a lot of info stored in CXXReflectExpr yet, we can leave it 
for later. I added a note for `TODO(Reflection)`  in the function

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