Skip to content

Commit

Permalink
Merge pull request #183 from bkryza/handle-singleton-constructors
Browse files Browse the repository at this point in the history
Handle singleton constructors
  • Loading branch information
bkryza authored Oct 8, 2023
2 parents 9d08942 + fda50ae commit fc6a634
Show file tree
Hide file tree
Showing 319 changed files with 5,522 additions and 4,632 deletions.
1 change: 1 addition & 0 deletions docs/test_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
* [t20034](./test_cases/t20034.md) - Test case for rendering all call chains from one activity to another (from_to)
* [t20035](./test_cases/t20035.md) - from_to sequence diagram test case with free functions
* [t20036](./test_cases/t20036.md) - Test case for rendering all call chains leading to an activity (to)
* [t20037](./test_cases/t20037.md) - Test case checking if activities in static variable declarations appear only once
## Package diagrams
* [t30001](./test_cases/t30001.md) - Basic package diagram test case
* [t30002](./test_cases/t30002.md) - Package dependency test case
Expand Down
4 changes: 2 additions & 2 deletions docs/test_cases/t00002.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ private:
}
],
"metadata": {
"clang_uml_version": "0.4.0",
"llvm_version": "Ubuntu clang version 16.0.1 (++20230328073357+42d1b276f779-1~exp1~20230328073502.65)",
"clang_uml_version": "0.4.0-2-g4ab0d29",
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
"schema_version": 1
},
"name": "t00002_class",
Expand Down
68 changes: 34 additions & 34 deletions docs/test_cases/t00002_class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/test_cases/t00002_class_mermaid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/test_cases/t00003.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,8 @@ int A::static_int = 1;
}
],
"metadata": {
"clang_uml_version": "0.4.0",
"llvm_version": "Ubuntu clang version 16.0.1 (++20230328073357+42d1b276f779-1~exp1~20230328073502.65)",
"clang_uml_version": "0.4.0-2-g4ab0d29",
"llvm_version": "Ubuntu clang version 16.0.6 (++20230710042027+7cbf1a259152-1~exp1~20230710162048.105)",
"schema_version": 1
},
"name": "t00003_class",
Expand Down
Loading

0 comments on commit fc6a634

Please sign in to comment.