[PATCH] D51531: [analyzer][UninitializedObjectChecker] Uninit regions are only reported once

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 13 18:59:58 PDT 2018


NoQ added a comment.

Hmm, so we're reporting the same region twice in the same bug report through different field chains, right? Why is a state trait necessary here? Maybe just de-duplicate them locally before throwing the report?


https://reviews.llvm.org/D51531





More information about the cfe-commits mailing list