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
c95719ba
Commit
c95719ba
authored
4 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[Doc] add userman chapter about compliance
parent
9e43785c
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/userman/user-compliance.tex
+276
-0
276 additions, 0 deletions
doc/userman/user-compliance.tex
doc/userman/user-intro.tex
+2
-0
2 additions, 0 deletions
doc/userman/user-intro.tex
doc/userman/userman.tex
+3
-0
3 additions, 0 deletions
doc/userman/userman.tex
with
281 additions
and
0 deletions
doc/userman/user-compliance.tex
0 → 100644
+
276
−
0
View file @
c95719ba
This diff is collapsed.
Click to expand it.
doc/userman/user-intro.tex
+
2
−
0
View file @
c95719ba
...
@@ -60,6 +60,8 @@ The remainder of this manual is organized in several chapters.
...
@@ -60,6 +60,8 @@ The remainder of this manual is organized in several chapters.
as
\texttt
{
printf
}
and
\texttt
{
scanf
}
.
as
\texttt
{
printf
}
and
\texttt
{
scanf
}
.
\item
[Chapter~\ref{user-analysis-scripts}]
details several scripts used to
\item
[Chapter~\ref{user-analysis-scripts}]
details several scripts used to
help setup and run analyses on large code bases.
help setup and run analyses on large code bases.
\item
[Chapter~\ref{user-compliance}]
contains information related to compliance
to standards and coding guidelines (ISO C, CERT, CWEs, etc).
\item
[Chapter~\ref{user-errors}]
explains how to report errors
\via
\FramaC
's
\item
[Chapter~\ref{user-errors}]
explains how to report errors
\via
\FramaC
's
public Gitlab repository.
public Gitlab repository.
\end{description}
\end{description}
This diff is collapsed.
Click to expand it.
doc/userman/userman.tex
+
3
−
0
View file @
c95719ba
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
\usepackage
{
graphicx
}
\usepackage
{
graphicx
}
\usepackage
{
calc
}
\usepackage
{
calc
}
\usepackage
{
array
}
\usepackage
{
longtable
}
\include
{
macros
}
\include
{
macros
}
\input
{
./frama-c-affiliation.tex
}
\input
{
./frama-c-affiliation.tex
}
...
@@ -66,6 +68,7 @@ Baudin, Mickaël Delahaye, Philippe Hermann, Benjamin Monate and Dillon Pariente
...
@@ -66,6 +68,7 @@ Baudin, Mickaël Delahaye, Philippe Hermann, Benjamin Monate and Dillon Pariente
\include
{
user-report
}
\include
{
user-report
}
\include
{
user-variadic
}
\include
{
user-variadic
}
\include
{
user-analysis-scripts
}
\include
{
user-analysis-scripts
}
\include
{
user-compliance
}
\include
{
user-errors
}
\include
{
user-errors
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
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