[PATCH] D51531: [analyzer][UninitializedObjectChecker] Uninit regions are only reported once
Umann Kristóf via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 21 15:33:25 PDT 2018
Szelethus added a comment.
As I understood it, your objection was that we could collect already reported regions in a global set stored in the checker objects, but I suspect it's impossible to implement (very difficult to see when a pointer is dangling etc).
https://reviews.llvm.org/D51531
More information about the cfe-commits
mailing list