================
@@ -155,18 +155,19 @@ class OriginEscapesFact : public Fact {
class UseFact : public Fact {
const Expr *UseExpr;
- OriginID OID;
+ // The origins of the expression being used.
----------------
usx95 wrote:
Done.
https://github.com/llvm/llvm-project/pull/168344