[PATCH] D27717: [analyzer] Suppress a leak false positive in Qt's QObject::connectImpl()

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 13 09:39:37 PST 2016


a.sidorin accepted this revision.
a.sidorin added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: lib/StaticAnalyzer/Checkers/MallocChecker.cpp:2577
 
   if (FName == "postEvent" &&
       FD->getQualifiedNameAsString() == "QCoreApplication::postEvent") {
----------------
Sorry for disturbing you for code which is not yours but this line looks exactly like the line upper and seems to be a dead/useless code.


https://reviews.llvm.org/D27717





More information about the cfe-commits mailing list