haoNoQ wrote:

Should we try to avoid calling the *value* uninitialized? Technically you 
initialize variables (or memory), not values. In the static analyzer 
terminology in particular, it's somewhat important that values are seen as 
immutable data that's temporarily associated with mutable memory. I think the 
rest of the static analyzer does an ok job making this distinction.

https://github.com/llvm/llvm-project/pull/126596
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to