[clang] [clang]: reflection operator parsing for global namespace and primitive types (PR #164692)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 22 14:04:04 PDT 2025
================
@@ -5501,6 +5493,55 @@ class BuiltinBitCastExpr final
}
};
+/// Represents a C++2c reflect expression (P2996).
+class CXXReflectExpr : public Expr {
----------------
erichkeane wrote:
Can you document this better? This comment seems outdated?
https://github.com/llvm/llvm-project/pull/164692
More information about the cfe-commits
mailing list