We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825e0e6 commit 86ad618Copy full SHA for 86ad618
src/goto-cc/ms_cl_cmdline.h
@@ -33,6 +33,7 @@ class ms_cl_cmdlinet:public goto_cc_cmdlinet
33
void process_cl_option(const std::string &s);
34
void process_response_file(const std::string &file);
35
void process_response_file_line(const std::string &line);
36
+ using cmdlinet::parse;
37
bool parse(const std::vector<std::string> &);
38
};
39
src/goto-cc/ms_link_cmdline.h
@@ -31,6 +31,7 @@ class ms_link_cmdlinet : public goto_cc_cmdlinet
31
void process_link_option(const std::string &s);
32
0 commit comments