Skip to content
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

Add parsing support for 'asm inline', a few gcc builtin's and an error-state reset function #151

Merged
merged 4 commits into from
Sep 19, 2023

Conversation

emiljapelt
Copy link

Contains non-controversial changes from #150

emiljapelt and others added 4 commits September 16, 2023 13:19
- Add resetErrors to frontc
- Add __builtin_strcat and __builtin_memchr
- Add support for 'asm goto'
@emiljapelt
Copy link
Author

Might i suggest squash'ing, to keep the commit history neat.

@michael-schwarz
Copy link
Member

Thank you! I'll squash merge this once the CI has run successfully.

@michael-schwarz michael-schwarz merged commit 3ea254e into goblint:develop Sep 19, 2023
sim642 added a commit to sim642/opam-repository that referenced this pull request Nov 20, 2023
CHANGES:

* Add `asm inline` parsing (goblint/cil#151).
* Ignore top level qualifiers in `__builtin_types_compatible_p` (goblint/cil#157).
* Add attribute `goblint_cil_nested` to local variables in inner scopes (goblint/cil#155).
* Expose `Cil.typeSigAddAttrs`.
* Add option to suppress `long double` warnings (goblint/cil#136, goblint/cil#156).
* Fix syntactic search (goblint/cil#147).
nberth pushed a commit to nberth/opam-repository that referenced this pull request Jun 18, 2024
CHANGES:

* Add `asm inline` parsing (goblint/cil#151).
* Ignore top level qualifiers in `__builtin_types_compatible_p` (goblint/cil#157).
* Add attribute `goblint_cil_nested` to local variables in inner scopes (goblint/cil#155).
* Expose `Cil.typeSigAddAttrs`.
* Add option to suppress `long double` warnings (goblint/cil#136, goblint/cil#156).
* Fix syntactic search (goblint/cil#147).
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