================
@@ -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:
Can you add one test to `clang/test/Sema/LifetimeSafety/lifetime-facts.cpp` to
document how this looks.
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