Skip to content

Conversation

@kroening
Copy link
Collaborator

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

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: 4c94d85).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/88336371

@tautschnig tautschnig merged commit a819a11 into develop Oct 18, 2018
@tautschnig tautschnig deleted the unicode-types branch October 18, 2018 08:00
else if(id == ID_c_bool)
return os << "c_bool[" << to_c_bool_type(type).get_width() << ']';
else if(id == ID_bool)
return os << "\xf0\x9d\x94\xb9"; // u+1D539, 'B'
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that UTF-8 encoding? If so you might like to use u8"\U0001D539" in future rather than directly quote the encoded form

Copy link
Contributor

Choose a reason for hiding this comment

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

(\uNNNN for BMP characters like the three below)

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.

5 participants