================
@@ -297,6 +299,8 @@ void OriginManager::dump(OriginID OID, llvm::raw_ostream 
&OS) const {
   }
   if (O.Ty)
     OS << ", Type : " << QualType(O.Ty, 0).getAsString();
+  if (FD)
+    OS << ", Field: " << FD->getName();
   OS << ")";
 }
----------------
usx95 wrote:

Oh maybe this is not actually used because this is still NFC

https://github.com/llvm/llvm-project/pull/201510
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to