summaryrefslogtreecommitdiffstats
path: root/spec/compiler/if
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 21:11:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-16 09:27:40 +0200
commitbe254b4ed43650c3f0bb902394768ee773f4cb47 (patch)
tree1651a411f4427524c4895a2360611e3fb3f6717e /spec/compiler/if
parentglossary: Swap lower and higher priority items (diff)
downloadrtems-central-be254b4ed43650c3f0bb902394768ee773f4cb47.tar.bz2
spec: Use external references for interfaces
Diffstat (limited to 'spec/compiler/if')
-rw-r--r--spec/compiler/if/asm.yml2
-rw-r--r--spec/compiler/if/builtin-choose-expr.yml2
-rw-r--r--spec/compiler/if/builtin-expect.yml2
-rw-r--r--spec/compiler/if/builtin-return-address.yml2
-rw-r--r--spec/compiler/if/builtin-types-compatible-p.yml2
-rw-r--r--spec/compiler/if/builtin-unreachable.yml2
-rw-r--r--spec/compiler/if/coverity.yml2
-rw-r--r--spec/compiler/if/cplusplus.yml2
-rw-r--r--spec/compiler/if/gnuc.yml2
-rw-r--r--spec/compiler/if/stdc-version.yml3
-rw-r--r--spec/compiler/if/typeof.yml2
-rw-r--r--spec/compiler/if/user-label-prefix.yml2
12 files changed, 13 insertions, 12 deletions
diff --git a/spec/compiler/if/asm.yml b/spec/compiler/if/asm.yml
index be296db3..3ac1086b 100644
--- a/spec/compiler/if/asm.yml
+++ b/spec/compiler/if/asm.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __asm__
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/builtin-choose-expr.yml b/spec/compiler/if/builtin-choose-expr.yml
index 4c804a91..5a8413c3 100644
--- a/spec/compiler/if/builtin-choose-expr.yml
+++ b/spec/compiler/if/builtin-choose-expr.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __builtin_choose_expr
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/builtin-expect.yml b/spec/compiler/if/builtin-expect.yml
index a3ddfacc..ae1e0503 100644
--- a/spec/compiler/if/builtin-expect.yml
+++ b/spec/compiler/if/builtin-expect.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __builtin_expect
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/builtin-return-address.yml b/spec/compiler/if/builtin-return-address.yml
index 0f097397..b68d28e0 100644
--- a/spec/compiler/if/builtin-return-address.yml
+++ b/spec/compiler/if/builtin-return-address.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __builtin_return_address
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/builtin-types-compatible-p.yml b/spec/compiler/if/builtin-types-compatible-p.yml
index 8fa3da4d..988221f0 100644
--- a/spec/compiler/if/builtin-types-compatible-p.yml
+++ b/spec/compiler/if/builtin-types-compatible-p.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __builtin_types_compatible_p
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/builtin-unreachable.yml b/spec/compiler/if/builtin-unreachable.yml
index 73bb0aa0..8e37900a 100644
--- a/spec/compiler/if/builtin-unreachable.yml
+++ b/spec/compiler/if/builtin-unreachable.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __builtin_unreachable
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/coverity.yml b/spec/compiler/if/coverity.yml
index 6656ea36..2fe4d0dd 100644
--- a/spec/compiler/if/coverity.yml
+++ b/spec/compiler/if/coverity.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __COVERITY__
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/cplusplus.yml b/spec/compiler/if/cplusplus.yml
index 5c79dcdb..390cdeff 100644
--- a/spec/compiler/if/cplusplus.yml
+++ b/spec/compiler/if/cplusplus.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __cplusplus
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/gnuc.yml b/spec/compiler/if/gnuc.yml
index 3cd46062..f232b5e7 100644
--- a/spec/compiler/if/gnuc.yml
+++ b/spec/compiler/if/gnuc.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __GNUC__
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/stdc-version.yml b/spec/compiler/if/stdc-version.yml
index 1416ff4a..0654b742 100644
--- a/spec/compiler/if/stdc-version.yml
+++ b/spec/compiler/if/stdc-version.yml
@@ -9,5 +9,6 @@ links:
uid: container
name: __STDC_VERSION__
references:
- url: https://en.cppreference.com/w/c/preprocessor/replace
+- identifier: https://en.cppreference.com/w/c/preprocessor/replace
+ type: url
type: interface
diff --git a/spec/compiler/if/typeof.yml b/spec/compiler/if/typeof.yml
index fea12c2b..752b112b 100644
--- a/spec/compiler/if/typeof.yml
+++ b/spec/compiler/if/typeof.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __typeof__
-references: {}
+references: []
type: interface
diff --git a/spec/compiler/if/user-label-prefix.yml b/spec/compiler/if/user-label-prefix.yml
index a5525dfe..5420ede5 100644
--- a/spec/compiler/if/user-label-prefix.yml
+++ b/spec/compiler/if/user-label-prefix.yml
@@ -8,5 +8,5 @@ links:
- role: interface-placement
uid: container
name: __USER_LABEL_PREFIX__
-references: {}
+references: []
type: interface