Skip to content

Commit 14c49d1

Browse files
committed
Add changes for 1.8.2
1 parent 2db8606 commit 14c49d1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
18 November 2021: goblint-cil-1.8.2
2+
3+
* Add columns to locations.
4+
* Add support for __int128, __int128_t and __uint128_t.
5+
16
18 May 2021: goblint-cil-1.8.0
27

38
* Proper support for C99, (#9) and VLAs in particular (#5, #7)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ an incomplete list of some of the ways `goblint-cil` improves upon CIL:
1515
- Large integer constants that do not fit in an OCaml `int` are represented as a
1616
`string` instead of getting truncated
1717
- Syntactic search extension ([#21][pr21])
18+
- More precise locations (with columns)
1819
- Some warnings were made optional
1920
- Unmaintained extensions ([#30][pr30]) were removed
2021
- Many bug fixes

goblint-cil.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Changes:
1111
- Support for more recent OCaml versions (≥ 4.06)
1212
- Large integer constants that do not fit in an OCaml int are represented as a string instead of getting truncated
1313
- Syntactic search extension
14+
- More precise locations (with columns)
1415
- Some warnings were made optional
1516
- Unmaintained extensions were removed
1617
- Many bug fixes"""

0 commit comments

Comments
 (0)