forked from OSchip/llvm-project
parent
66966403ce
commit
fc16c0a026
|
@ -133,7 +133,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
|
|||
//
|
||||
class alias;
|
||||
class Option {
|
||||
friend void cl::ParseCommandLineOptions(int &, char **, const char *);
|
||||
friend void cl::ParseCommandLineOptions(int, char **, const char *);
|
||||
friend class alias;
|
||||
|
||||
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
||||
|
|
Loading…
Reference in New Issue