[clang] [clang][analyzer] CallAndMessage warnings at pointer to uninitialized struct (PR #164600)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 19 10:27:11 PST 2025


https://github.com/NagyDonat approved this pull request.

The change looks good to me.

I think the message formatting could be simplified by using `llvm::formatv` instead of the more verbose `raw_ostream` handling (as I write in inline comments), but the current implementation is also correct.

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


More information about the cfe-commits mailing list