- Add missing explicit.
- 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
Differential D36715
[clang] minor cleanup in clang/tooling/refactoring alexander-shaposhnikov on Aug 14 2017, 2:43 PM. Authored by
Details
(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
|