Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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 Website
Merge requests
!30
[plugins] Convert to Markdown, normalize section names and URLs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[plugins] Convert to Markdown, normalize section names and URLs
plugins-to-markdown
into
master
Overview
4
Commits
10
Pipelines
13
Changes
60
1 unresolved thread
Hide all comments
Merged
Andre Maroneze
requested to merge
plugins-to-markdown
into
master
4 years ago
Overview
4
Commits
10
Pipelines
13
Changes
2
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
version 7
version 12
bd3a2f45
4 years ago
version 11
16f84b5d
4 years ago
version 10
be491dd3
4 years ago
version 9
6ce5855f
4 years ago
version 8
9ca34d83
4 years ago
version 7
cf78d391
4 years ago
version 6
5dfb2033
4 years ago
version 5
a0171ca6
4 years ago
version 4
5665a281
4 years ago
version 3
1c5ff9fa
4 years ago
version 2
2f3df371
4 years ago
version 1
afb8f003
4 years ago
master (base)
and
version 8
latest version
6b4943e1
10 commits,
4 years ago
version 12
bd3a2f45
9 commits,
4 years ago
version 11
16f84b5d
9 commits,
4 years ago
version 10
be491dd3
8 commits,
4 years ago
version 9
6ce5855f
7 commits,
4 years ago
version 8
9ca34d83
6 commits,
4 years ago
version 7
cf78d391
5 commits,
4 years ago
version 6
5dfb2033
4 commits,
4 years ago
version 5
a0171ca6
1 commit,
4 years ago
version 4
5665a281
1 commit,
4 years ago
version 3
1c5ff9fa
1 commit,
4 years ago
version 2
2f3df371
1 commit,
4 years ago
version 1
afb8f003
1 commit,
4 years ago
Show latest version
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
_fc-plugins/report.md
0 → 100644
+
41
−
0
Options
---
layout
:
plugin
title
:
Report
description
:
Report on status of ACSL annotations
key
:
reporting
distrib_mode
:
main
---
## Overview
**Report**
is meant to provide a summary of the status (valid, invalid,
unknown) of ACSL annotations present on the code under analysis. Such
summary can be provided in different formats: plain text, CSV and JSON.
For the latter, it is possible to provide a finer classification according
to some user-provided rules. This is mainly intended to be used in conjunction
with the
[
WP
](
wp.html
)
plug-in, and is thus documented in
the
[
WP manual
](
/download/frama-c-wp-manual.pdf
)
.
## Usage
Report is part of the main distribution of Frama-C. It is typically
used after a main analysis, e.g. with:
frama-c -wp -wp-rte file.c -then -report
which will output something like
```
...
[ Valid ] Instance of 'Pre-condition 'ordered_length'' at call 'lemma_func_count_subset' (file 04-mjrty.c, line 82)
by Wp.typed.
------------------------------------------------------------
--- Status Report Summary
------------------------------------------------------------
136 Completely validated
300 Considered valid
436 Total
------------------------------------------------------------
```
Loading