[PATCH] D25586: [clang-move] Use cl::list and cl::CommaSeparated for the list of names.
Alexander Shaposhnikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 17:03:36 PDT 2016
alexshap created this revision.
alexshap added reviewers: ioeric, klimek.
alexshap added a subscriber: cfe-commits.
alexshap set the repository for this revision to rL LLVM.
This diff replaces manual parsing of the comma-separated list of names with
cl::list and cl::CommaSeparated.
Test plan: make -j8 check-clang-tools
Repository:
rL LLVM
https://reviews.llvm.org/D25586
Files:
clang-move/ClangMove.cpp
clang-move/ClangMove.h
clang-move/tool/ClangMoveMain.cpp
unittests/clang-move/ClangMoveTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25586.74599.patch
Type: text/x-patch
Size: 3768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161014/8d668525/attachment.bin>
More information about the cfe-commits
mailing list