forked from OSchip/llvm-project
parent
24b1447b19
commit
cabb41d15a
|
@ -57,6 +57,8 @@ namespace driver {
|
|||
protected:
|
||||
Option(OptionClass Kind, const char *Name,
|
||||
OptionGroup *Group, Option *Alias);
|
||||
public:
|
||||
virtual ~Option();
|
||||
|
||||
OptionClass getKind() const { return Kind; }
|
||||
const char *getName() const { return Name; }
|
||||
|
|
Loading…
Reference in New Issue