Skip to content

C++ function disambiguation and template scope cleanup [blocks: #1260] #2318

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
merged 6 commits into from
Apr 14, 2019

Conversation

tautschnig
Copy link
Collaborator

@tautschnig tautschnig commented Jun 8, 2018

The following regression tests should also be fixed in this PR:

  • systemc/Mult1 (the front-end part is fixed)
  • systemc/Tuple1
  • systemc/Tuple2

@tautschnig tautschnig self-assigned this Jun 8, 2018
@tautschnig tautschnig force-pushed the c++-template-resolution branch 6 times, most recently from 9d6ea52 to 3a86532 Compare June 12, 2018 14:13
@tautschnig tautschnig changed the title C++ function disambiguation and template scope cleanup C++ function disambiguation and template scope cleanup [blocks: #1260] Nov 10, 2018
@tautschnig tautschnig force-pushed the c++-template-resolution branch 2 times, most recently from 0bae278 to ee8e40c Compare March 31, 2019 09:55
@tautschnig tautschnig changed the title C++ function disambiguation and template scope cleanup [blocks: #1260] C++ function disambiguation and template scope cleanup [depends-on: #4471, blocks: #1260] Mar 31, 2019
@tautschnig tautschnig mentioned this pull request Apr 1, 2019
38 tasks
@tautschnig tautschnig force-pushed the c++-template-resolution branch from ee8e40c to 78b6b72 Compare April 9, 2019 12:18
tautschnig and others added 6 commits April 11, 2019 18:49
The previously added support for cpp_name (2b8ef3c) failed to insert
a space after the "struct" or "union" keyword, which results in output
that isn't beautiful.
This does not yet include typechecking of friend methods. Includes a fix
to permit rvalue conversion to const references, which ensures
unambiguous resolution for member functions.
Code cleanup and fix segmentation fault in erase-while-iterate.
@tautschnig tautschnig force-pushed the c++-template-resolution branch from 78b6b72 to aa40d59 Compare April 11, 2019 19:14
@tautschnig tautschnig changed the title C++ function disambiguation and template scope cleanup [depends-on: #4471, blocks: #1260] C++ function disambiguation and template scope cleanup [blocks: #1260] Apr 11, 2019
@tautschnig
Copy link
Collaborator Author

@kroening @peterschrammel This is now ready for review.

@tautschnig tautschnig removed their assignment Apr 11, 2019
Copy link
Contributor

@allredj allredj left a 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: aa40d59).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/108030201

@tautschnig tautschnig merged commit c57a132 into diffblue:develop Apr 14, 2019
@tautschnig tautschnig deleted the c++-template-resolution branch April 14, 2019 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants