This revision was automatically updated to reflect the committed changes.
Closed by commit rL348208: [analyzer] MoveChecker: NFC: Remove the workaround
for the "zombie symbols" bug. (authored by dergachev, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https:/
NoQ updated this revision to Diff 173779.
NoQ added a comment.
Bring back the early return for destructors. Cleaning up the state might be
unnecessary, but calling a destructor on a moved object is still fine and
should not cause a warning.
Add a test because this wasn't caught by tests.
http
NoQ created this revision.
NoQ added reviewers: dcoughlin, xazax.hun, a.sidorin, george.karpenkov, szepet,
rnkovacs.
Herald added subscribers: cfe-commits, dkrupp, donat.nagy, Szelethus,
mikhail.ramalho, baloghadamsoftware.
Since https://reviews.llvm.org/D18860 addresses the problem that some re