[clang] [Clang] Extend lifetime bound analysis to support assignments (PR #96475)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 04:17:04 PDT 2024


zmodem wrote:

We're seeing some -Wdangling-assignment warnings after this change, and they all seem to be false positives so far: https://crbug.com/350808950 It's not a huge deal if there are just a few, but figured it's worth mentioning.

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


More information about the cfe-commits mailing list