Skip to content

Commit 2c062b9

Browse files
committed
Update goblint-cil changes in TeX as well
1 parent 70a0b37 commit 2c062b9

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

doc/cil.tex

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,13 @@ \section{Introduction}
9292
Compared with the original CIL there are some \emph{breaking} changes:
9393
9494
\begin{itemize}
95-
\item Proper support for C99 and VLAs in particular
96-
\item It uses Zarith instead of the deprecated Num
97-
\item Support for more recent OCaml versions (>= 4.06)
98-
\item Large integer constants are represented by Zarith
99-
\item Syntactic search extension
100-
\item More precise locations (with columns)
101-
\item Some warnings were made optional
102-
\item Unmaintained extensions were removed
103-
\item Dropped MSVC support
104-
\item Many bug fixes
95+
\item Support for C99 and C11.
96+
\item Compatibility with modern OCaml versions.
97+
\item Use Zarith instead of Num and use that for integer constants.
98+
\item Improved locations with columns and spans.
99+
\item Removal of unmaintained extensions and MSVC support.
100+
\item Use dune instead of make and ocamlbuild.
101+
\item Many bug fixes.
105102
\end{itemize}
106103
107104

0 commit comments

Comments
 (0)