[analyzer] Fix QTimer::singleShot NewDeleteLeaks false positive
authorMichael Klein <m.klein@mvz-labor-lb.de>
Tue, 16 May 2023 13:34:48 +0000 (15:34 +0200)
committerBalazs Benics <benicsbalazs@gmail.com>
Tue, 16 May 2023 13:38:55 +0000 (15:38 +0200)
commit3b6a368d763e812024ca6ba4024855603f693291
tree23b5a223650f0c5e9bf97cbde0fddcfc1f301abf
parent0ee2245ab2232e454151e5c9d1637cde4686ee9c
[analyzer] Fix QTimer::singleShot NewDeleteLeaks false positive

Fixes #39713

fferential Revision: https://reviews.llvm.org/D150552
clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
clang/test/Analysis/Inputs/qt-simulator.h
clang/test/Analysis/qt_malloc.cpp