This is an archive of the discontinued LLVM Phabricator instance.

Fix diag message in clang-tidy misc-uniqueptr-reset-release if right side is rvalue
ClosedPublic

Authored by sokolov on Mar 4 2015, 5:46 PM.

Details

Reviewers
alexfh

Diff Detail

Event Timeline

sokolov updated this revision to Diff 21249.Mar 4 2015, 5:46 PM
sokolov retitled this revision from to Fix diag message in clang-tidy misc-uniqueptr-reset-release if right side is rvalue.
sokolov updated this object.
sokolov edited the test plan for this revision. (Show Details)
sokolov added a reviewer: alexfh.
sokolov added a subscriber: Unknown Object (MLST).
alexfh accepted this revision.Mar 5 2015, 5:53 AM
alexfh edited edge metadata.

Looks good!

Thanks for the patch. I'll commit it for you.

This revision is now accepted and ready to land.Mar 5 2015, 5:53 AM
alexfh closed this revision.Mar 5 2015, 5:55 AM

Committed revision 231365.