================
@@ -265,8 +266,75 @@ it refers to has gone out of scope.
p = &i; // OK!
}
(void)*p;
+ }
+
+The analysis also covers pointer arithmetic. If the result of pointer
----------------
NeKon69 wrote:
No need to mention this at all? I mean, yeah, it sounds kinda intuitive that
this is supported, but it wasn't before, so I thought it would make sense that
I added it?
https://github.com/llvm/llvm-project/pull/196790
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits