================
@@ -93,6 +93,9 @@ class FactsGenerator : public 
ConstStmtVisitor<FactsGenerator> {
   FactManager &FactMgr;
   AnalysisDeclContext &AC;
   llvm::SmallVector<Fact *> CurrentBlockFacts;
+  // Collect origins that escape the function in this block. These are handled
----------------
usx95 wrote:

nit: suggestion:
```
// Collect origins that escape the function in this block (OriginEscapesFact), 
appended at the end
// to ensure they appear after ExpireFact entries.
```

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

Reply via email to