================
@@ -244,11 +244,12 @@ bool isMovedFrom(ProgramStateRef State, const MemRegion 
*Region) {
 
 // If a region is removed all of the subregions needs to be removed too.
 static ProgramStateRef removeFromState(ProgramStateRef State,
-                                       const MemRegion *Region) {
+                                       const MemRegion *Region,
+                                       bool strict = false) {
----------------
steakhal wrote:

```suggestion
                                       bool Strict = false) {
```

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

Reply via email to