[clang] [TBAA] Extend pointer TBAA to pointers of non-builtin types. (PR #110569)

Florian Hahn via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 18 02:02:54 PST 2024


fhahn wrote:

I think the initial version didn't correctly account for unnamed structs in C, for which the compatible types rule applies. Put up a fix: https://github.com/llvm/llvm-project/pull/116596

https://github.com/llvm/llvm-project/pull/110569


More information about the cfe-commits mailing list