We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd05dcf commit bbc9a80Copy full SHA for bbc9a80
src/goto-cc/ms_cl_cmdline.h
@@ -32,6 +32,7 @@ class ms_cl_cmdlinet:public goto_cc_cmdlinet
32
void process_cl_option(const std::string &s);
33
void process_response_file(const std::string &file);
34
void process_response_file_line(const std::string &line);
35
+ using cmdlinet::parse;
36
bool parse(const std::vector<std::string> &);
37
};
38
src/goto-cc/ms_link_cmdline.h
@@ -30,6 +30,7 @@ class ms_link_cmdlinet : public goto_cc_cmdlinet
30
void process_link_option(const std::string &s);
31
0 commit comments