Home | History | Annotate | Download | only in Tooling

Lines Matching refs:Command

11 //  command-line options for clang tools, so that they can be run as separate
12 // command-line applications with a consistent common interface for handling
15 // It provides a common subset of command-line options, common algorithm
17 // for the basic command-line interface.
19 // It creates a CompilationDatabase and reads common command-line options.
37 "-p <build-path> is used to read a compile command database.\n"
48 "\tlooked up in the compile command database. If the path of a file is\n"
54 "\tsuffix of a path in the compile command database.\n"
87 for (CompileCommand &Command : Commands)
89 Command.CommandLine = Adjuster(Command.CommandLine, Command.Filename);
109 cl::desc("Additional argument to append to the compiler command line"),
114 cl::desc("Additional argument to prepend to the compiler command line"),