Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
b12b6553
Commit
b12b6553
authored
Oct 14, 2020
by
Loïc Correnson
Browse files
[wp] cross referencing in manual
parent
d628c429
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/wp/doc/manual/wp_logic.tex
View file @
b12b6553
...
...
@@ -180,6 +180,7 @@ This optimization is not activated by default, since the non-aliasing
assumptions at call sites are sometimes irrelevant.
\section
{
Mixed models hypotheses
}
\label
{
wp-model-hypotheses
}
For the previously presented
\textsf
{
Ref
}
model, but also for the
\textsf
{
Typed
}
, and
\textsf
{
Caveat
}
models presented later, WP lists
...
...
src/plugins/wp/doc/manual/wp_plugin.tex
View file @
b12b6553
...
...
@@ -823,13 +823,17 @@ The available \textsf{WP} command-line options related to model selection are:
makes the
\textsf
{
WP
}
emitting a warning on each volatile access.
\item
[\tt -wp-(no)-warn-memory-model]
this option (de)activate the
warnings about memory model hypotheses
for the generated proof obligations. For each model supporting this feature, and each concerned function,
for the generated proof obligations, as described in Section~
\ref
{
wp-model-hypotheses
}
.
For each model supporting this feature, and each concerned function,
an
\textsf
{
ACSL
}
specification is printed on output.
Currently, only the
\texttt
{
Caveat
}
,
\texttt
{
Typed
}
and
\texttt
{
Ref
}
memory models support
this feature.
this feature.
See also experimental option below.
\item
[\tt -wp-(no)-check-memory-model]
this
\emph
{
experimental
}
option generates
the hypotheses listed by the option
\texttt
{
-wp-warn-memory-model
}
as ACSL contracts and
asks WP to verify them. Disabled by default.
ACSL contracts for the selected memory model hypotheses, as described
in Section~
\ref
{
wp-model-hypotheses
}
and listed by option
\texttt
{
-wp-warn-memory-model
}
.
Hence, the memory model hypothes are exposed to
\textsf
{
WP
}
and other plugins.
Disabled by default.
\end{description}
\subsection
{
Computation Strategy
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment