================
@@ -99,4 +100,16 @@ void FactManager::dump(const CFG &Cfg, AnalysisDeclContext 
&AC) const {
   }
 }
 
+llvm::ArrayRef<const Fact *>
+FactManager::getBlockContaining(ProgramPoint P) const {
+  for (const auto &Entry : BlockToFactsMap) {
+    const auto &Facts = Entry.second;
+    for (const Fact *F : Facts) {
----------------
kashika0112 wrote:

Done

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