zaks.anna added inline comments.

================
Comment at: test/Analysis/qt_malloc.cpp:11
@@ +10,3 @@
+  QCoreApplication::postEvent(obj, event);
+  QApplication::postEvent(obj, event);
+}
----------------
Should the leak be reported when the object is passed to  
QApplication::postEvent?

 In this test, 'event' escapes during one of these calls and the rest of the 
calls are not tested/make no difference. If you want to test that 'event' 
escapes when each of them is called, you'd need to test each of them with a 
different object.


http://reviews.llvm.org/D14170



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to