================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to