Skip to content
Snippets Groups Projects
Commit 1c204eb7 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] update the doc & changelog

parent a2e7c494
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@
# <Prover>: prover
###############################################################################
- Wp [2019/28/01] Now -wp-dynamic is set by default (annotation @calls)
######################
Plugin WP 18.0 (Argon)
######################
......
......@@ -916,7 +916,12 @@ weakest precondition calculus.
and it can generates a large number of verifications for structures
with many (nested) fields (defaults to \texttt{no}).
\item[\tt -wp-(no)-dynamic] handles calls \textit{via} function pointers
(experimental, default is: \texttt{no}).
thanks to the dedicated \verb+@calls f1,...,fn+ code annotation.
For each call to a function pointer \texttt{fp}
in the instruction or block under the annotaion,
\texttt{fp} is required to belongs to the set \texttt{f1,\ldots,fn} and
a case analysis is performed with the contract of each provided function
(default is: \texttt{yes}).
\end{description}
\subsection{Trigger Generation}
......
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