File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -92,16 +92,13 @@ \section{Introduction}
9292Compared 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
You can’t perform that action at this time.
0 commit comments