================
@@ -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
+ // at the end of the block to ensure `OEFs` appear after `Expire` facts.
+ llvm::SmallVector<Fact *> EscapesInCurrentBlock;
----------------
kashika0112 wrote:
Updated from the suggestion
https://github.com/llvm/llvm-project/pull/165370
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits