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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 22 11:56:52 PDT 2018


NoQ added a comment.

I think `RetainCountChecker` is the only checker that maintains such maps and does such cleanup: https://github.com/llvm-mirror/clang/blob/efe41bf98/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h#L288

I didn't know it does that until today.


https://reviews.llvm.org/D51531





More information about the cfe-commits mailing list