-
Notifications
You must be signed in to change notification settings - Fork 276
C++ front-end: Declarator to symbol conversion follows C implementation [depends-on: #4559] #4560
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
C++ front-end: Declarator to symbol conversion follows C implementation [depends-on: #4559] #4560
Conversation
0b49f13
to
a539bfc
Compare
c360dbe
to
162c4ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR failed Diffblue compatibility checks (cbmc commit: c360dbe).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/109122825
Status will be re-evaluated on next push.
Common spurious failures include: the cbmc commit has disappeared in the mean time (e.g. in a force-push); the author is not in the list of contributors (e.g. first-time contributors); compatibility was already broken by an earlier merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR failed Diffblue compatibility checks (cbmc commit: 162c4ef).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/109123781
Status will be re-evaluated on next push.
Common spurious failures include: the cbmc commit has disappeared in the mean time (e.g. in a force-push); the author is not in the list of contributors (e.g. first-time contributors); compatibility was already broken by an earlier merge.
162c4ef
to
fdf6d30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR failed Diffblue compatibility checks (cbmc commit: fdf6d30).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/109127931
Status will be re-evaluated on next push.
Common spurious failures include: the cbmc commit has disappeared in the mean time (e.g. in a force-push); the author is not in the list of contributors (e.g. first-time contributors); compatibility was already broken by an earlier merge.
fdf6d30
to
d739d59
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR failed Diffblue compatibility checks (cbmc commit: d739d59).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/109160757
Status will be re-evaluated on next push.
Common spurious failures include: the cbmc commit has disappeared in the mean time (e.g. in a force-push); the author is not in the list of contributors (e.g. first-time contributors); compatibility was already broken by an earlier merge.
Re-use C type conversion in C++ front-end [blocks: #4560]
d739d59
to
ddd472e
Compare
Now attributes actually end up in the symbol table.
ddd472e
to
e3ed19e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: e3ed19e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/111921243
Only the last commit is new, the others are in #4559.