User Details
User Details
- User Since
- Oct 28 2015, 6:04 PM (385 w, 5 d)
Jan 27 2021
Jan 27 2021
Feb 28 2020
Feb 28 2020
Nov 18 2015
Nov 18 2015
Dushistov added a comment to D14170: Fix false positive warning about memory leak for QApplication::postEvent.
Should the leak be reported when the object is passed to QApplication::postEvent?
Dushistov updated the diff for D14170: Fix false positive warning about memory leak for QApplication::postEvent.
Make test for usage of different variants of postEvent more robust.
Dushistov added a comment to D14170: Fix false positive warning about memory leak for QApplication::postEvent.
apply all suggestions
Dushistov updated the diff for D14170: Fix false positive warning about memory leak for QApplication::postEvent.
Replace 'endswith' with 'operator==', also update test to check that all four ways to call postEvent not produce warning
Nov 11 2015
Nov 11 2015
Dushistov added inline comments to D14592: Qt (version 4 or 5) signal/method checker.
Dushistov updated the diff for D14170: Fix false positive warning about memory leak for QApplication::postEvent.
mistype, actually I want to use '&&' here, not '||' to not create std::string,
if match failed.
Dushistov retitled D14592: Qt (version 4 or 5) signal/method checker from to Qt (version 4 or 5) signal/method checker.
Nov 4 2015
Nov 4 2015
Dushistov updated the diff for D14170: Fix false positive warning about memory leak for QApplication::postEvent.
Fix line length issue
Dushistov updated the diff for D14170: Fix false positive warning about memory leak for QApplication::postEvent.
I reduce testcase to almost minimal variant.
Nov 2 2015
Nov 2 2015
Dushistov updated the diff for D14170: Fix false positive warning about memory leak for QApplication::postEvent.
I added test case and move it to separate file, because of
1)it require additional option -analyzer-checker=cplusplus to trigger warning
2)Simple emulation of qt type system not work (not trigger any warning), so I add preprocessored file.
Oct 28 2015
Oct 28 2015
Dushistov retitled D14170: Fix false positive warning about memory leak for QApplication::postEvent from to Fix false positive warning about memory leak for QApplication::postEvent.