[clang] [clang]: reflection operator parsing for global namespace and primitive types (PR #164692)
Nhat Nguyen via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 23 13:05:58 PDT 2025
================
@@ -529,6 +529,10 @@ void ASTStmtReader::VisitCapturedStmt(CapturedStmt *S) {
}
}
+void ASTStmtReader::VisitCXXReflectExpr(CXXReflectExpr *E) {
+ llvm_unreachable("unimplemented");
----------------
changkhothuychung wrote:
I see. I guess we will implement this in another PR?
https://github.com/llvm/llvm-project/pull/164692
More information about the cfe-commits
mailing list