[clang] [libcxx] [lldb] [clang]: implement std::meta::is_type (PR #211653)
A. Jiang via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 24 03:43:11 PDT 2026
frederick-vs-ja wrote:
> `__cpp_impl_reflection` is only enabled when `-freflection` is on
Why? Can we avoid `-freflection` and just enable reflection since C++26? Or can we make `-freflection` meaningless since C++26 and allow it in old modes as an extension (which is not very conforming, though)?
https://github.com/llvm/llvm-project/pull/211653
More information about the cfe-commits
mailing list