mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 07:46:07 +00:00
Modularize.cpp: Prune CRLFs.
llvm-svn: 228992
This commit is contained in:
parent
43361ae42d
commit
c8930de79e
@ -178,10 +178,10 @@ using namespace llvm::opt;
|
|||||||
using namespace Modularize;
|
using namespace Modularize;
|
||||||
|
|
||||||
// Option to specify a file name for a list of header files to check.
|
// Option to specify a file name for a list of header files to check.
|
||||||
cl::list<std::string>
|
cl::list<std::string>
|
||||||
ListFileNames(cl::Positional, cl::value_desc("list"),
|
ListFileNames(cl::Positional, cl::value_desc("list"),
|
||||||
cl::desc("<list of one or more header list files>"),
|
cl::desc("<list of one or more header list files>"),
|
||||||
cl::CommaSeparated);
|
cl::CommaSeparated);
|
||||||
|
|
||||||
// Collect all other arguments, which will be passed to the front end.
|
// Collect all other arguments, which will be passed to the front end.
|
||||||
cl::list<std::string>
|
cl::list<std::string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user