================ @@ -359,7 +326,80 @@ class RegionBindingsRef : public llvm::ImmutableMapRef<const MemRegion *, }; } // end anonymous namespace +/// This class represents the same as \c RegionBindingsRef, but with a limit on +/// the number of bindings that can be added. +class BoundedRegionBindingsRef : public RegionBindingsRef { ---------------- balazs-benics-sonarsource wrote:
Alright, let me think about it. https://github.com/llvm/llvm-project/pull/127602 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits