"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "driver/cl_options.cpp" between
ldc-1.32.0.tar.gz and ldc-1.32.1.tar.gz

About: LDC is a LLVM-based D compiler.

cl_options.cpp  (ldc-1.32.0):cl_options.cpp  (ldc-1.32.1)
skipping to change at line 341 skipping to change at line 341
cl::desc("Expand and save mixins to <filename>"), cl::desc("Expand and save mixins to <filename>"),
cl::value_desc("filename")); cl::value_desc("filename"));
static cl::opt<bool, true> unittest("unittest", cl::ZeroOrMore, static cl::opt<bool, true> unittest("unittest", cl::ZeroOrMore,
cl::desc("Compile in unit tests"), cl::desc("Compile in unit tests"),
cl::location(global.params.useUnitTests)); cl::location(global.params.useUnitTests));
cl::opt<std::string> cl::opt<std::string>
cacheDir("cache", cacheDir("cache",
cl::desc("Enable compilation cache, using <cache dir> to " cl::desc("Enable compilation cache, using <cache dir> to "
"store cache files (experimental)"), "store cache files"),
cl::value_desc("cache dir"), cl::ZeroOrMore); cl::value_desc("cache dir"), cl::ZeroOrMore);
static StringsAdapter strImpPathStore("J", global.params.fileImppath); static StringsAdapter strImpPathStore("J", global.params.fileImppath);
static cl::list<std::string, StringsAdapter> stringImportPaths( static cl::list<std::string, StringsAdapter> stringImportPaths(
"J", cl::desc("Look for string imports also in <directory>"), "J", cl::desc("Look for string imports also in <directory>"),
cl::value_desc("directory"), cl::location(strImpPathStore), cl::Prefix); cl::value_desc("directory"), cl::location(strImpPathStore), cl::Prefix);
static cl::opt<bool, true> addMain( static cl::opt<bool, true> addMain(
"main", cl::ZeroOrMore, cl::location(global.params.addMain), "main", cl::ZeroOrMore, cl::location(global.params.addMain),
cl::desc( cl::desc(
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)