[clang] [clang]: reflection operator parsing for global namespace and primitive types (PR #164692)
Daniel M. Katz via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 22 14:07:06 PDT 2025
================
@@ -529,6 +529,10 @@ void ASTStmtReader::VisitCapturedStmt(CapturedStmt *S) {
}
}
+void ASTStmtReader::VisitCXXReflectExpr(CXXReflectExpr *E) {
+ llvm_unreachable("unimplemented");
----------------
katzdm wrote:
Note that this is needed for modules (e.g., importing an `info` variable from another TU).
https://github.com/llvm/llvm-project/pull/164692
More information about the cfe-commits
mailing list