[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


================
@@ -10779,6 +10779,27 @@ ASTNodeImporter::ImportAPValue(const APValue &FromValue) {
     } else
       Result.setLValue(Base, Offset, APValue::NoLValuePath{},
                        FromValue.isNullPointer());
+    break;
+  }
+  case APValue::Reflection: {
----------------
shafik wrote:

We should make sure we have an ASTImporter test as well.

https://github.com/llvm/llvm-project/pull/190356


More information about the cfe-commits mailing list