[clang] [analyzer] Limit Store by region-store-binding-limit (PR #127602)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 04:24:25 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list