Updated test cases documentation

This commit is contained in:
Bartek Kryza
2024-05-22 22:48:33 +02:00
parent a7e2f7a496
commit 2eff7a1192
331 changed files with 7920 additions and 6271 deletions

View File

@@ -235,6 +235,7 @@ int A::static_int = 1;
"methods": [
{
"access": "public",
"display_name": "A",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -257,10 +258,12 @@ int A::static_int = 1;
"line": 9,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "A",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -288,10 +291,12 @@ int A::static_int = 1;
"line": 10,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "A",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -319,10 +324,12 @@ int A::static_int = 1;
"line": 21,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "A",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -350,10 +357,12 @@ int A::static_int = 1;
"line": 22,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "~A",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -376,10 +385,12 @@ int A::static_int = 1;
"line": 23,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "basic_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -402,10 +413,12 @@ int A::static_int = 1;
"line": 25,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "static_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -428,10 +441,12 @@ int A::static_int = 1;
"line": 26,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "const_method",
"is_const": true,
"is_consteval": false,
"is_constexpr": false,
@@ -454,10 +469,12 @@ int A::static_int = 1;
"line": 27,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "auto_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -480,10 +497,12 @@ int A::static_int = 1;
"line": 28,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "operator++",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -506,10 +525,12 @@ int A::static_int = 1;
"line": 30,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "A &"
},
{
"access": "public",
"display_name": "operator=",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -537,10 +558,12 @@ int A::static_int = 1;
"line": 36,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "A &"
},
{
"access": "public",
"display_name": "operator=",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -568,10 +591,12 @@ int A::static_int = 1;
"line": 37,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "A &"
},
{
"access": "public",
"display_name": "size",
"is_const": true,
"is_consteval": false,
"is_constexpr": true,
@@ -594,10 +619,12 @@ int A::static_int = 1;
"line": 39,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "std::size_t"
},
{
"access": "public",
"display_name": "double_int",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -625,10 +652,12 @@ int A::static_int = 1;
"line": 41,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "sum",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -660,10 +689,12 @@ int A::static_int = 1;
"line": 42,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "default_int",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -692,10 +723,12 @@ int A::static_int = 1;
"line": 44,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "int"
},
{
"access": "public",
"display_name": "default_string",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -728,10 +761,12 @@ int A::static_int = 1;
"line": 45,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "std::string"
},
{
"access": "public",
"display_name": "create_from_int",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -759,10 +794,12 @@ int A::static_int = 1;
"line": 50,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "A"
},
{
"access": "protected",
"display_name": "protected_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -785,10 +822,12 @@ int A::static_int = 1;
"line": 58,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "private",
"display_name": "private_method",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -811,10 +850,12 @@ int A::static_int = 1;
"line": 67,
"translation_unit": "t00003.cc"
},
"template_parameters": [],
"type": "void"
},
{
"access": "public",
"display_name": "A<T>",
"is_const": false,
"is_consteval": false,
"is_constexpr": false,
@@ -836,6 +877,14 @@ int A::static_int = 1;
"type": "T"
}
],
"template_parameters": [
{
"is_variadic": false,
"kind": "template_type",
"name": "T",
"template_parameters": []
}
],
"type": "void"
}
],