[PATCH] D75514: [Analyzer] Only add container note tags to the operations of te affected container

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 4 06:11:38 PST 2020


Szelethus added a comment.

In D75514#1903153 <https://reviews.llvm.org/D75514#1903153>, @baloghadamsoftware wrote:

> Alternative approach for debugging (instead of checking the source range): `clang_analyzer_express()` from `ExprInspection` marks its argument as interesting in the bug report. `DebugContainerModeling` propagates the interestingness from the symbol (begin or end symbol of the container) to the container itself.


But why is this related to `UndefinedVal`?


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

https://reviews.llvm.org/D75514





More information about the cfe-commits mailing list