[clang] [clang]: reflection operator parsing for global namespace and primitive types (PR #164692)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 22 15:47:22 PDT 2025
================
@@ -380,6 +380,8 @@ FEATURE(cxx_abi_relative_vtable, LangOpts.CPlusPlus && LangOpts.RelativeCXXABIVT
FEATURE(clang_atomic_attributes, true)
+FEATURE(reflection, LangOpts.Reflection)
----------------
Sirraide wrote:
Yeah, I don’t think we should have a flag for this given that this is not an experimental feature (and I think Corentin and Erich have left comments about that elsehwere already)
https://github.com/llvm/llvm-project/pull/164692
More information about the cfe-commits
mailing list