[clang] [Clang][counted_by] Don't treat a __bdos argument as an array if it isn't (PR #125298)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 3 11:53:10 PST 2025


efriedma-quic wrote:

Sorry I didn't get around to re-reviewing #122198 earlier... it looks like this is the with lvalue-to-rvalue conversions I mentioned on the review.  You do not want to look through lvalue-to-rvalue conversions; the StructFieldAccess visitor should bail out if it sees one.

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


More information about the cfe-commits mailing list