haoNoQ wrote:

> `// To represent fields in structs or unions we use numbered FieldIndices.`

This piece of complexity is also trivialized by path sensitive analysis. You'll 
simply ask whether it's an access to the same memory address or not. No need to 
describe what the address is or who owns it.

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

Reply via email to