[llvm] [NFC] Address cppcheck legacyUninitvar (PR #175417)

Oliver Stöneberg via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 11 01:42:26 PST 2026


firewave wrote:

That looks like a false positive to me.

IMO it should only be reported as (potentially) uninitialized when the value is actually read before anything was assigned. I filed https://trac.cppcheck.net/ticket/14381 about it.

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


More information about the llvm-commits mailing list