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
ffca14f7
Commit
ffca14f7
authored
2 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[machdep] fixes description of fields in schema
parent
9de268ea
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
share/machdeps/machdep-schema.json
+7
-7
7 additions, 7 deletions
share/machdeps/machdep-schema.json
with
7 additions
and
7 deletions
share/machdeps/machdep-schema.json
+
7
−
7
View file @
ffca14f7
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
"type"
:
"string"
"type"
:
"string"
},
},
"cpp_arch_flags"
:
{
"cpp_arch_flags"
:
{
"description"
:
"argument to be given to compiler when this machdep is selected"
,
"description"
:
"argument
s
to be given to
the
compiler when this machdep is selected
(e.g. '-m32')
"
,
"type"
:
"string"
"type"
:
"string"
},
},
"sizeof_short"
:
{
"sizeof_short"
:
{
...
@@ -48,15 +48,15 @@
...
@@ -48,15 +48,15 @@
"type"
:
"integer"
"type"
:
"integer"
},
},
"sizeof_void"
:
{
"sizeof_void"
:
{
"description"
:
"size of 'void' type. Negative if unsupported"
,
"description"
:
"
(non-standard)
size of 'void' type. Negative if unsupported"
,
"type"
:
"integer"
"type"
:
"integer"
},
},
"sizeof_fun"
:
{
"sizeof_fun"
:
{
"description"
:
"size of a function type. Negative if unsupported"
,
"description"
:
"
(non-standard)
size of a function type. Negative if unsupported"
,
"type"
:
"integer"
"type"
:
"integer"
},
},
"size_t"
:
{
"size_t"
:
{
"description"
:
"type of sizeof e"
,
"description"
:
"type of
'
sizeof e
'
"
,
"type"
:
"string"
"type"
:
"string"
},
},
"wchar_t"
:
{
"wchar_t"
:
{
...
@@ -104,11 +104,11 @@
...
@@ -104,11 +104,11 @@
"type"
:
"integer"
"type"
:
"integer"
},
},
"alignof_void"
:
{
"alignof_void"
:
{
"description"
:
"alignment of 'void' type. Negative if unsupported"
,
"description"
:
"
(non-standard)
alignment of 'void' type. Negative if unsupported"
,
"type"
:
"integer"
"type"
:
"integer"
},
},
"alignof_fun"
:
{
"alignof_fun"
:
{
"description"
:
"alignment of a function type. Negative if unsupported"
,
"description"
:
"
(non-standard)
alignment of a function type. Negative if unsupported"
,
"type"
:
"integer"
"type"
:
"integer"
},
},
"char_is_unsigned"
:
{
"char_is_unsigned"
:
{
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
"type"
:
"boolean"
"type"
:
"boolean"
},
},
"alignof_aligned"
:
{
"alignof_aligned"
:
{
"description"
:
"align
e
ment of a type with aligned attribute"
,
"description"
:
"alignment of a type with
'
aligned
'
attribute"
,
"type"
:
"integer"
"type"
:
"integer"
}
}
}
}
...
...
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