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
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Charles Southerland
frama-c
Commits
e50be496
Commit
e50be496
authored
4 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[MdR] put list of invocations in correct order
parent
2c514004
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/markdown-report/sarif_gen.ml
+5
-1
5 additions, 1 deletion
src/plugins/markdown-report/sarif_gen.ml
with
5 additions
and
1 deletion
src/plugins/markdown-report/sarif_gen.ml
+
5
−
1
View file @
e50be496
...
...
@@ -47,6 +47,10 @@ let get_remark remarks label =
|
None
->
[]
|
Some
l
->
l
(* keep track of command line arguments for all invocations of Frama-C during
a save/load sequence. Note that the list is in reverse order
(newest invocation first).
*)
module
Analysis_cmdline
=
State_builder
.
List_ref
(
Datatype
.
List
(
Datatype
.
String
))
(
struct
...
...
@@ -70,7 +74,7 @@ let gen_invocation () =
let
arguments
=
List
.
tl
cl
in
Invocation
.
create
~
commandLine
~
arguments
()
in
List
.
map
gen_one
cls
List
.
rev_
map
gen_one
cls
let
gen_remark
alarm
=
let
open
Markdown
in
...
...
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