summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/qt_malloc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Fix false warning about memory leak for QApplication::postEventAnna Zaks2016-01-061-0/+15
According to Qt documentation Qt takes care of memory allocated for QEvent: http://doc.qt.io/qt-4.8/qcoreapplication.html#postEvent A patch by Evgeniy Dushistov! Differential Revision: http://reviews.llvm.org/D14170 llvm-svn: 256887
OpenPOWER on IntegriCloud