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
950ee5fb
Commit
950ee5fb
authored
11 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[E-ACSL] was mostly unusable since the last change of quantum Filepath.normalize
parent
e8045ac9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/plugins/e-acsl/TODO
+6
-0
6 additions, 0 deletions
src/plugins/e-acsl/TODO
src/plugins/e-acsl/doc/userman/introduction.tex
+1
-1
1 addition, 1 deletion
src/plugins/e-acsl/doc/userman/introduction.tex
src/plugins/e-acsl/misc.ml
+4
-2
4 additions, 2 deletions
src/plugins/e-acsl/misc.ml
with
11 additions
and
3 deletions
src/plugins/e-acsl/TODO
+
6
−
0
View file @
950ee5fb
...
@@ -67,10 +67,16 @@
...
@@ -67,10 +67,16 @@
- interprtation des tableaux logiques
- interprtation des tableaux logiques
[Dillon] Windows
[Dillon] Windows
[to be check]: no call to full_init or initialize for the assigned result of a
function call
#######
#######
# DOC #
# DOC #
#######
#######
- E_ACSL_MACHDEP with gcc -D
- check of runtime error in combination with RTE
#########
#########
# TESTS #
# TESTS #
#########
#########
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/doc/userman/introduction.tex
+
1
−
1
View file @
950ee5fb
...
@@ -26,7 +26,7 @@ monitoring tools and static analysis tools like
...
@@ -26,7 +26,7 @@ monitoring tools and static analysis tools like
Annotations must be written in the
\eacsl
specification
Annotations must be written in the
\eacsl
specification
language~
\cite
{
eacsl,sac13
}
which is a subset of
\acsl
. This plug-in is still in
language~
\cite
{
eacsl,sac13
}
which is a subset of
\acsl
. This plug-in is still in
a preliminary state: some parts of
E-ACSL
are not yet supported.
\eacsl
a preliminary state: some parts of
\eacsl
are not yet supported.
\eacsl
annotations currently handled by the
\eacsl
plug-in are documented in a
annotations currently handled by the
\eacsl
plug-in are documented in a
separated document~
\cite
{
eacsl-implem
}
.
separated document~
\cite
{
eacsl-implem
}
.
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/misc.ml
+
4
−
2
View file @
950ee5fb
...
@@ -51,8 +51,10 @@ let reset () = Datatype.String.Hashtbl.clear library_functions
...
@@ -51,8 +51,10 @@ let reset () = Datatype.String.Hashtbl.clear library_functions
let
mk_call
~
loc
?
result
fname
args
=
let
mk_call
~
loc
?
result
fname
args
=
let
vi
=
let
vi
=
try
Datatype
.
String
.
Hashtbl
.
find
library_functions
fname
try
with
Not_found
->
Options
.
fatal
"unregistered library function `%s'"
fname
Datatype
.
String
.
Hashtbl
.
find
library_functions
(
Filepath
.
normalize
fname
)
with
Not_found
->
Options
.
fatal
"unregistered library function `%s'"
fname
in
in
let
f
=
Cil
.
evar
~
loc
vi
in
let
f
=
Cil
.
evar
~
loc
vi
in
vi
.
vreferenced
<-
true
;
vi
.
vreferenced
<-
true
;
...
...
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