This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Treat references to smart pointers correctly in use-after-move.
ClosedPublic

Authored by mboehme on Jan 11 2019, 2:09 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

mboehme created this revision.Jan 11 2019, 2:09 AM
mboehme updated this revision to Diff 181228.Jan 11 2019, 2:12 AM

Removing experimental code that shouldn't have been added.

Eugene.Zelenko added a project: Restricted Project.
JonasToth accepted this revision.Jan 15 2019, 12:37 PM

LGTM, is there a bug report for this issue? If yes please close that too :)

This revision is now accepted and ready to land.Jan 15 2019, 12:37 PM

LGTM, is there a bug report for this issue? If yes please close that too :)

Thanks for the reminder!

This was a bug that was reported internally, so there is no LLVM bug for this.

This revision was automatically updated to reflect the committed changes.