================
@@ -59,9 +59,19 @@ class InnerPointerChecker
 public:
   class InnerPointerBRVisitor : public BugReporterVisitor {
     SymbolRef PtrToBuf;
+    const MemRegion *ContainerRegion;
----------------
steakhal wrote:

I wish this was const.

```suggestion
    const MemRegion *const ContainerRegion;
```

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

Reply via email to