[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 19:03:53 PDT 2018


NoQ requested changes to this revision.
NoQ added a comment.
This revision now requires changes to proceed.

Or, wait, hmm, no, we can still de-duplicate the reports with a global set stored in the checker object. Because we would probably like to de-duplicate across different paths as well.


https://reviews.llvm.org/D51531





More information about the cfe-commits mailing list