[PATCH] D126534: [analyzer] Deadstore static analysis: Fix false positive on C++17 assignments

Chris Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 29 14:18:42 PDT 2022


chrish_ericsson_atx added a comment.

This change affected analyzer findings for C language source as well.  Mostly true positives, but there is one false positive we know about.  I filed https://github.com/llvm/llvm-project/issues/57434 to track that new false positive.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126534/new/

https://reviews.llvm.org/D126534



More information about the cfe-commits mailing list