Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama Clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Stefan Gränitz
Frama Clang
Commits
71ee7c80
Commit
71ee7c80
authored
4 years ago
by
Allan Blanchard
Committed by
Virgile Prevosto
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Follows a change in Frama-C
parent
19f87ce6
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
frama_Clang_register.ml
+3
-1
3 additions, 1 deletion
frama_Clang_register.ml
with
3 additions
and
1 deletion
frama_Clang_register.ml
+
3
−
1
View file @
71ee7c80
...
...
@@ -139,7 +139,9 @@ let init_cxx_normalization () =
if
not
(
Kernel
.
RemoveExn
.
is_set
()
)
then
Kernel
.
RemoveExn
.
on
()
;
Convert_link
.
register_transformation
()
;
(* Current implementation of VMT is not compatible with this warning. *)
Kernel
.
set_warn_status
Kernel
.
wkey_incompatible_types_call
Log
.
Winactive
Kernel
.
set_warn_status
Kernel
.
wkey_incompatible_types_call
Log
.
Winactive
;
(* C++ allows this *)
Cil
.
set_acceptEmptyCompinfo
()
end
let
parse_cxx
file
=
...
...
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