Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
b12b6553
Commit
b12b6553
authored
4 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[wp] cross referencing in manual
parent
d628c429
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/wp/doc/manual/wp_logic.tex
+1
-0
1 addition, 0 deletions
src/plugins/wp/doc/manual/wp_logic.tex
src/plugins/wp/doc/manual/wp_plugin.tex
+8
-4
8 additions, 4 deletions
src/plugins/wp/doc/manual/wp_plugin.tex
with
9 additions
and
4 deletions
src/plugins/wp/doc/manual/wp_logic.tex
+
1
−
0
View file @
b12b6553
...
@@ -180,6 +180,7 @@ This optimization is not activated by default, since the non-aliasing
...
@@ -180,6 +180,7 @@ This optimization is not activated by default, since the non-aliasing
assumptions at call sites are sometimes irrelevant.
assumptions at call sites are sometimes irrelevant.
\section
{
Mixed models hypotheses
}
\section
{
Mixed models hypotheses
}
\label
{
wp-model-hypotheses
}
For the previously presented
\textsf
{
Ref
}
model, but also for the
For the previously presented
\textsf
{
Ref
}
model, but also for the
\textsf
{
Typed
}
, and
\textsf
{
Caveat
}
models presented later, WP lists
\textsf
{
Typed
}
, and
\textsf
{
Caveat
}
models presented later, WP lists
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/doc/manual/wp_plugin.tex
+
8
−
4
View file @
b12b6553
...
@@ -823,13 +823,17 @@ The available \textsf{WP} command-line options related to model selection are:
...
@@ -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.
makes the
\textsf
{
WP
}
emitting a warning on each volatile access.
\item
[\tt -wp-(no)-warn-memory-model]
this option (de)activate the
\item
[\tt -wp-(no)-warn-memory-model]
this option (de)activate the
warnings about memory model hypotheses
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.
an
\textsf
{
ACSL
}
specification is printed on output.
Currently, only the
\texttt
{
Caveat
}
,
\texttt
{
Typed
}
and
\texttt
{
Ref
}
memory models support
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
\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
ACSL contracts for the selected memory model hypotheses, as described
asks WP to verify them. Disabled by default.
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}
\end{description}
\subsection
{
Computation Strategy
}
\subsection
{
Computation Strategy
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment