forked from OSchip/llvm-project
parent
31819b3fc4
commit
2bf5cd9e76
|
@ -266,7 +266,7 @@ public:
|
|||
StringRef ValueStr; // String describing what the value of this option is
|
||||
OptionCategory *Category; // The Category this option belongs to
|
||||
SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
|
||||
bool FullyInitialized = false; // Has addArguemnt been called?
|
||||
bool FullyInitialized = false; // Has addArgument been called?
|
||||
|
||||
inline enum NumOccurrencesFlag getNumOccurrencesFlag() const {
|
||||
return (enum NumOccurrencesFlag)Occurrences;
|
||||
|
|
Loading…
Reference in New Issue