File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 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+
1618 May 2021: goblint-cil-1.8.0
27
38 * Proper support for C99, (#9) and VLAs in particular (#5, #7)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"""
You can’t perform that action at this time.
0 commit comments