nixd
Loading...
Searching...
No Matches
Options.cpp
Go to the documentation of this file.
2
3using namespace llvm::cl;
4using namespace nixd;
5
6OptionCategory nixd::NixdCategory("nixd library options");
7
8opt<bool> nixd::LitTest{
9 "lit-test", desc("Indicating that the server is running in lit-test mode."),
10 init(false), cat(NixdCategory)};
llvm::cl::OptionCategory NixdCategory
llvm::cl::opt< bool > LitTest
Indicating that we are in lit-test mode.
Definition Options.cpp:8