Skip to content
Snippets Groups Projects
Commit bebf6337 authored by David Bühler's avatar David Bühler
Browse files

[rte] Documents new option -warn-invalid-pointer and -warn-pointer-downcast.

parent b2e0f841
No related branches found
No related tags found
No related merge requests found
......@@ -805,6 +805,9 @@ signed overflows \\
\lstinline|-warn-signed-downcast| & boolean (false) & Generate annotations for
signed integer downcast \\
\hline
\lstinline|-warn-pointer-downcast| & boolean (true) & Generate annotations for
downcast of pointer values \\
\hline
\lstinline|-warn-left-shift-negative| & boolean (true) & Generate annotations for
left shift on negative values \\
\hline
......@@ -817,6 +820,9 @@ right shift on negative values \\
\lstinline|-warn-special-float| & string: \lstinline|non-finite|, (\lstinline|nan|) or \lstinline|none| & generate annotations when
special floats are produced: infinite floats or NaN (by default), only on NaN or never. \\
\hline
\lstinline|-warn-invalid-pointer| & boolean (false) & Generate annotations for
invalid pointer arithmetic \\
\hline
\end{tabular}
\caption{\framac kernel options, impacting \rte{}} \label{kernel}
\end{center}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment