Skip to content

Commit

Permalink
Updated test cases documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkryza committed Apr 5, 2023
1 parent 69a94bc commit 14cba01
Show file tree
Hide file tree
Showing 131 changed files with 3,417 additions and 3,200 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

* Improved template specialization matching for variadic and function
template parameters (#118)
* Fixed compilation and tests on LLVM 16 (#108)

### 0.3.3
Expand Down
36 changes: 18 additions & 18 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.
46 changes: 23 additions & 23 deletions docs/test_cases/t00003_class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/test_cases/t00004.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public:
"is_abstract": false,
"is_nested": false,
"is_struct": false,
"is_template": false,
"is_template": true,
"is_union": false,
"members": [],
"methods": [],
Expand Down
76 changes: 38 additions & 38 deletions docs/test_cases/t00004_class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 55 additions & 55 deletions docs/test_cases/t00005_class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/test_cases/t00006.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ public:
"is_abstract": false,
"is_nested": false,
"is_struct": false,
"is_template": false,
"is_template": true,
"is_union": false,
"members": [],
"methods": [],
Expand Down
132 changes: 66 additions & 66 deletions docs/test_cases/t00006_class.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions docs/test_cases/t00007_class.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/t00008.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ template <> struct E::nested_template<char> {
"is_abstract": false,
"is_nested": false,
"is_struct": false,
"is_template": false,
"is_template": true,
"is_union": false,
"members": [],
"methods": [],
Expand Down Expand Up @@ -437,7 +437,7 @@ template <> struct E::nested_template<char> {
"is_abstract": false,
"is_nested": true,
"is_struct": true,
"is_template": false,
"is_template": true,
"is_union": false,
"members": [],
"methods": [],
Expand Down
Loading

0 comments on commit 14cba01

Please sign in to comment.