Skip to content

Add a table to track the checks for C11 undefined behavior #7880

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 2 commits into from
Sep 16, 2023
Merged

Conversation

kroening
Copy link
Member

@kroening kroening commented Sep 5, 2023

This adds an HTML table of Appendix J.2 of N1570 with a column "checked" to track the instances of C11 undefined behavior that CBMC can check.

  • 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.
  • n/a The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • n/a 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.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

This adds a UTF-8 file with the raw text from Appendix J.2 of N1570.
This adds an HTML table of Appendix J.2 of N1570 with a column "checked" to
track the instances of C11 undefined behavior that CBMC can check.
@kroening kroening marked this pull request as ready for review September 5, 2023 19:29
@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.07% 🎉

Comparison is base (2daecc3) 78.85% compared to head (3600dc5) 78.92%.
Report is 6 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7880      +/-   ##
===========================================
+ Coverage    78.85%   78.92%   +0.07%     
===========================================
  Files         1699     1699              
  Lines       195399   195399              
===========================================
+ Hits        154075   154216     +141     
+ Misses       41324    41183     -141     

see 11 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@TGWDB TGWDB left a comment

Choose a reason for hiding this comment

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

Great!

@kroening kroening merged commit ea235b5 into develop Sep 16, 2023
@kroening kroening deleted the n1570-j-2 branch September 16, 2023 21:03
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.

2 participants