[clang] [lldb] [clang]: support std::meta::info for primitive types (PR #190356)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Fri May 15 19:18:22 PDT 2026
================
@@ -9091,6 +9091,10 @@ class BuiltinCandidateTypeSet {
/// candidate set.
bool HasNullPtrType;
+ /// A flag indicating whether the reflection type was present in the
----------------
shafik wrote:
I guess this is b/c of [over.builtin]p16? Maybe a reference would be helpful.
https://github.com/llvm/llvm-project/pull/190356
More information about the cfe-commits
mailing list