This is an archive of the discontinued LLVM Phabricator instance.

[clang] minor cleanup in clang/tooling/refactoring
ClosedPublic

Authored by alexander-shaposhnikov on Aug 14 2017, 2:43 PM.

Details

Summary
  1. Add missing explicit.
  2. Add missing std::move

(return type is Expected<std::vector<AtomicChange>> but we return std::vector<AtomicChange>, so cast to && is necessary).

Test plan: make check-all

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Aug 15 2017, 6:21 AM
This revision was automatically updated to reflect the committed changes.