[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 7 09:47:06 PDT 2018


Szelethus added a comment.

Another possibility could be to gather `CXXConstructorDecl`, and emit one warning per ctor, but it would be waaay to drastic. Wouldn't a global set be too?


https://reviews.llvm.org/D51531





More information about the cfe-commits mailing list