This revision was automatically updated to reflect the committed changes.
Closed by commit rL300356: [clang-move] Create ClangMoveActionFactory on stack
(authored by alexshap).
Changed prior to commit:
https://reviews.llvm.org/D32063?vs=95233&id=95326#toc
Repository:
rL LLVM
https://reviews
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
LGTM, thanks for the cleanup ;)
Repository:
rL LLVM
https://reviews.llvm.org/D32063
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
ht
alexshap created this revision.
alexshap created this object with visibility "All Users".
This diff removes unnecessary using of unique_ptr with ClangMoveActionFactory
(pico cleanup).
NFC
Repository:
rL LLVM
https://reviews.llvm.org/D32063
Files:
tool/ClangMoveMain.cpp
Index: tool/Clang