[clang] [Clang] Fix 'counted_by' for nested struct pointers (PR #110497)

Jan Hendrik Farr via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 1 08:37:09 PDT 2024


Cydox wrote:

Removed the special case for DeclRefExpr, as this can also be handled by the pointer case. A few were adjusted, but none of them changed any behavior.

That additional commit is not necessary to fix anything, it's just cleanup.

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


More information about the cfe-commits mailing list