Merged
Conversation
CHANGES: * Add division by zero analysis (goblint/analyzer#1764). * Add bitfield domain (goblint/analyzer#1623). * Add weakly-relational C-2PO pointer analysis (goblint/analyzer#1485). * Add widening delay (goblint/analyzer#1358, goblint/analyzer#1442, goblint/analyzer#1483). * Add narrowing of globals to top-down solver (goblint/analyzer#1636). * Add weak dependencies to top-down solver (goblint/analyzer#1746, goblint/analyzer#1747). * Add YAML ghost witness generation (goblint/analyzer#1394). * Remove GraphML witness generation (goblint/analyzer#1732, goblint/analyzer#1733, goblint/analyzer#1738). * Use C standard option for preprocessing (goblint/analyzer#1807). * Add bash completion for array options (goblint/analyzer#1670, goblint/analyzer#1705, goblint/analyzer#1750). * Make `malloc(0)` semantics configurable (goblint/analyzer#1418, goblint/analyzer#1777). * Update path-sensitive analyses (goblint/analyzer#1785, goblint/analyzer#1791, goblint/analyzer#1792). * Fix evaluation of library function arguments (goblint/analyzer#1758, goblint/analyzer#1761). * Optimize affine equalities analysis using sparse matrices (goblint/analyzer#1459, goblint/analyzer#1625). * Prepare for parallelism (goblint/analyzer#1708, goblint/analyzer#1744, goblint/analyzer#1748, goblint/analyzer#1781, goblint/analyzer#1790).
Contributor
Author
|
The failures on archlinux and fedora-42 are due to newer GCC by default nowadays, as in #28433 (comment). |
Member
|
Thanks for the updates and the CI analysis! |
shonfeder
approved these changes
Sep 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Static analysis framework for C
CHANGES:
graphmlwitnesses insvcomp.jsongoblint/analyzer#1733, Remove GraphML witness export goblint/analyzer#1738).Arg_complete.Rest_all_compatgoblint/analyzer#1670, Add bash completion for array element addition and removal goblint/analyzer#1705, Fix bash completion for booleans goblint/analyzer#1750).malloc(0)semantics configurable (Unsoundness formalloc(0)goblint/analyzer#1418, Consider option thatmalloc(0)may returnNULLgoblint/analyzer#1777).malloc_nullinto an analysis serving as path-sens hint only & Fix enter goblint/analyzer#1785, Allow for path-sensitive base analysis goblint/analyzer#1791,BranchSetanalysis tracking set of taken branches goblint/analyzer#1792).MyCFG.current_nodegoblint/analyzer#1744, Parallelism: Add data utils goblint/analyzer#1748, SV-COMP Errors:exception Sys_error("Mutex.lock: Resource deadlock avoided")goblint/analyzer#1781, Pin CIL with global state removed fromPrettygoblint/analyzer#1790).