Skip to content

Cleanup all literal uses of "__CPROVER_" and use CPROVER_PREFIX instead #735

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

Closed
tautschnig opened this issue Mar 30, 2017 · 0 comments · Fixed by #3171
Closed

Cleanup all literal uses of "__CPROVER_" and use CPROVER_PREFIX instead #735

tautschnig opened this issue Mar 30, 2017 · 0 comments · Fixed by #3171

Comments

@tautschnig
Copy link
Collaborator

Doing git grep '"__CPROVER_' | wc -l yields 181 places that need fixing.

tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 15, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 15, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 15, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 15, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 15, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 15, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 22, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 29, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
tautschnig added a commit to tautschnig/cbmc that referenced this issue Oct 29, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
xbauch pushed a commit to xbauch/cbmc that referenced this issue Nov 9, 2018
Using string literals is prone to typos and sometimes, but not always, using the
CPROVER_PREFIX macro removes the potential for central modifications.

Fixes: diffblue#735
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 a pull request may close this issue.

1 participant