Add -property command line argument

This commit is contained in:
SiegeLord
2012-01-30 18:35:09 -05:00
parent efcbe8390a
commit be9c6d03e5
3 changed files with 14 additions and 0 deletions

View File

@@ -25,6 +25,12 @@ static cl::opt<bool, true> useDeprecated("d",
cl::ZeroOrMore,
cl::location(global.params.useDeprecated));
#if DMDV2
cl::opt<bool> enforcePropertySyntax("property",
cl::desc("Enforce property syntax"),
cl::ZeroOrMore);
#endif
static cl::opt<ubyte, true> useDv1(
cl::desc("Force language version:"),
cl::ZeroOrMore,