[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:49:23 PDT 2025
================
@@ -2164,6 +2164,11 @@ StmtProfiler::VisitLambdaExpr(const LambdaExpr *S) {
ID.AddInteger(Hasher.CalculateHash());
}
+void StmtProfiler::VisitCXXReflectExpr(const CXXReflectExpr *E) {
+ VisitExpr(E);
+ // TODO:
----------------
changkhothuychung wrote:
Will implement this function in upcoming PRs.
https://github.com/llvm/llvm-project/pull/164692
More information about the cfe-commits
mailing list