================
@@ -314,13 +316,16 @@ class APValue {
     const AddrLabelExpr* LHSExpr;
     const AddrLabelExpr* RHSExpr;
   };
+  struct ReflectionData {
+    const ReflectionKind OperandKind;
+    const void *Operand;
----------------
tbaederr wrote:

Can you document what `Operand` can point to? It seems like right now only a 
`TypeSourceInfo` is possible; can we also use a pointer union similar to 
`ReflectExpr::operand_type` here?

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