Skip to content

Cleanup/initialise goto model #904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

NathanJPhillips
Copy link
Contributor

This initialisation does not need to be done by a derived class - it does not use any private members - and doing so prevents creating other derived classes
Lazy function loading will require classes derived from goto_modelt

bool get_goto_modelt::operator()(const cmdlinet &_cmdline)
bool initialize_goto_model(
goto_modelt &goto_model,
const cmdlinet & cmdline,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&cmdline


bool initialize_goto_model(
goto_modelt &goto_model,
const cmdlinet & cmdline,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&cmdline

This initialisation does not need to be done by a derived class - it does not use any private members - and doing so prevents creating other derived classes
@NathanJPhillips NathanJPhillips force-pushed the cleanup/initialise-goto-model branch from 7b37982 to cfad717 Compare May 11, 2017 09:56
@kroening kroening merged commit bd37426 into diffblue:master May 15, 2017
@NathanJPhillips NathanJPhillips deleted the cleanup/initialise-goto-model branch May 16, 2017 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants