[PATCH] D66733: [analyzer] Add a checker option to detect nested dead stores

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 28 07:54:24 PDT 2019


Szelethus added a comment.

In D66733#1647964 <https://reviews.llvm.org/D66733#1647964>, @steakhal wrote:

> @Szelethus The mispositioned report message was my fault. I used a different version of clang for the analysis and to upload the results, which resulted in some mispositioned reports.
>  I've fixed the linked CodeChecker instance.


If you want to see how the analyzer behaves, I advise to keep an LLVM repository purely for analysis that you're not ever refreshing, and a separate one for building your clang :)


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

https://reviews.llvm.org/D66733





More information about the cfe-commits mailing list