Updated test cases documentation

This commit is contained in:
Bartek Kryza
2023-12-09 20:16:28 +01:00
parent 6055c5684e
commit 0a8292655a
316 changed files with 9068 additions and 10010 deletions

View File

@@ -1,15 +1,12 @@
# t00016 - Unnamed enums and empty templates
## Config
```yaml
compilation_database_dir: ..
output_directory: diagrams
diagrams:
t00016_class:
type: class
glob:
- ../../tests/t00016/t00016.cc
using_namespace:
- clanguml::t00016
- t00016.cc
using_namespace: clanguml::t00016
include:
namespaces:
- clanguml::t00016
@@ -79,9 +76,9 @@ template <> struct is_numeric<bool> {
"namespace": "clanguml::t00016",
"source_location": {
"column": 28,
"file": "../../tests/t00016/t00016.cc",
"file": "t00016.cc",
"line": 4,
"translation_unit": "../../tests/t00016/t00016.cc"
"translation_unit": "t00016.cc"
},
"template_parameters": [
{
@@ -115,9 +112,9 @@ template <> struct is_numeric<bool> {
"namespace": "clanguml::t00016",
"source_location": {
"column": 20,
"file": "../../tests/t00016/t00016.cc",
"file": "t00016.cc",
"line": 8,
"translation_unit": "../../tests/t00016/t00016.cc"
"translation_unit": "t00016.cc"
},
"template_parameters": [
{
@@ -151,9 +148,9 @@ template <> struct is_numeric<bool> {
"namespace": "clanguml::t00016",
"source_location": {
"column": 20,
"file": "../../tests/t00016/t00016.cc",
"file": "t00016.cc",
"line": 12,
"translation_unit": "../../tests/t00016/t00016.cc"
"translation_unit": "t00016.cc"
},
"template_parameters": [
{
@@ -187,9 +184,9 @@ template <> struct is_numeric<bool> {
"namespace": "clanguml::t00016",
"source_location": {
"column": 20,
"file": "../../tests/t00016/t00016.cc",
"file": "t00016.cc",
"line": 16,
"translation_unit": "../../tests/t00016/t00016.cc"
"translation_unit": "t00016.cc"
},
"template_parameters": [
{
@@ -223,9 +220,9 @@ template <> struct is_numeric<bool> {
"namespace": "clanguml::t00016",
"source_location": {
"column": 20,
"file": "../../tests/t00016/t00016.cc",
"file": "t00016.cc",
"line": 20,
"translation_unit": "../../tests/t00016/t00016.cc"
"translation_unit": "t00016.cc"
},
"template_parameters": [
{
@@ -259,9 +256,9 @@ template <> struct is_numeric<bool> {
"namespace": "clanguml::t00016",
"source_location": {
"column": 20,
"file": "../../tests/t00016/t00016.cc",
"file": "t00016.cc",
"line": 24,
"translation_unit": "../../tests/t00016/t00016.cc"
"translation_unit": "t00016.cc"
},
"template_parameters": [
{
@@ -274,11 +271,6 @@ template <> struct is_numeric<bool> {
"type": "class"
}
],
"metadata": {
"clang_uml_version": "0.4.1-11-g39d3e1f",
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
"schema_version": 1
},
"name": "t00016_class",
"relationships": [
{