Updated test cases documentation
This commit is contained in:
@@ -138,7 +138,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "u",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 10
|
||||
},
|
||||
"type": "U &"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -165,7 +176,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "u",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 14
|
||||
},
|
||||
"type": "U &"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -258,7 +280,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "u",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 21
|
||||
},
|
||||
"type": "U **"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -285,7 +318,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "u",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 25
|
||||
},
|
||||
"type": "U ***"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -312,7 +356,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "u",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 29
|
||||
},
|
||||
"type": "U ***"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -339,7 +394,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "u",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 33
|
||||
},
|
||||
"type": "U &&"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -366,7 +432,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "u",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 37
|
||||
},
|
||||
"type": "const U &"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -393,7 +470,28 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 41
|
||||
},
|
||||
"type": "C &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "m",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 42
|
||||
},
|
||||
"type": "M C::*"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -432,7 +530,28 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 46
|
||||
},
|
||||
"type": "C &&"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "m",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 47
|
||||
},
|
||||
"type": "M C::*"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -471,7 +590,28 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 51
|
||||
},
|
||||
"type": "C &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "m",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 52
|
||||
},
|
||||
"type": "M C::*"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -516,7 +656,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 56
|
||||
},
|
||||
"type": "C &"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -561,7 +712,28 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 60
|
||||
},
|
||||
"type": "C &&"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "m",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 61
|
||||
},
|
||||
"type": "M C::*"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -606,7 +778,28 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 65
|
||||
},
|
||||
"type": "C &&"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "mf",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 66
|
||||
},
|
||||
"type": "float C::*"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -651,7 +844,28 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 71
|
||||
},
|
||||
"type": "C &"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "m",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 72
|
||||
},
|
||||
"type": "M C::*"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -708,7 +922,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "n",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 76
|
||||
},
|
||||
"type": "char[N]"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -747,7 +972,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "n",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 80
|
||||
},
|
||||
"type": "std::vector<char>"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -786,7 +1022,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "klm",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 83
|
||||
},
|
||||
"type": "char[K][L][M]"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -849,7 +1096,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "u",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 86
|
||||
},
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -888,7 +1146,18 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 90
|
||||
},
|
||||
"type": "C<T>"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -922,7 +1191,28 @@ struct A<C<T, Args...>> {
|
||||
"is_struct": true,
|
||||
"is_template": true,
|
||||
"is_union": false,
|
||||
"members": [],
|
||||
"members": [
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "c",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 96
|
||||
},
|
||||
"type": "C<T>"
|
||||
},
|
||||
{
|
||||
"access": "public",
|
||||
"is_static": false,
|
||||
"name": "args",
|
||||
"source_location": {
|
||||
"file": "../../tests/t00062/t00062.cc",
|
||||
"line": 97
|
||||
},
|
||||
"type": "std::tuple<Args...>"
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
"name": "A",
|
||||
"namespace": "clanguml::t00062",
|
||||
@@ -982,7 +1272,7 @@ struct A<C<T, Args...>> {
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"clang_uml_version": "0.3.4-21-g665c784",
|
||||
"clang_uml_version": "0.3.4-28-g3eb1c47",
|
||||
"llvm_version": "Ubuntu clang version 15.0.6",
|
||||
"schema_version": 1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user